aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/quote.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/shortcodes/quote.html')
-rw-r--r--themes/default/layouts/shortcodes/quote.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/themes/default/layouts/shortcodes/quote.html b/themes/default/layouts/shortcodes/quote.html
index b933286..e0048d9 100644
--- a/themes/default/layouts/shortcodes/quote.html
+++ b/themes/default/layouts/shortcodes/quote.html
@@ -3,11 +3,9 @@
<q cite="$cite" title="{{ $text | markdownify }}">
{{- if $cite -}}
- <a rel="noopener" href="{{ $cite }}" target="_blank">
- {{- end -}}
- {{ $text | markdownify }}
- {{- if $cite -}}
- </a>
+ {{- print "[" $text "](" $cite ")" | markdownify -}}
+ {{- else -}}
+ {{- $text | markdownify -}}
{{- end -}}
</q>
{{- /* This comment removes trailing newlines and white spaces. */ -}}