From d29b7355f7ba99d0d03ea432a28a09e690d7d4bf Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 17 Nov 2022 11:47:06 -0500 Subject: themes/default/layouts/_default/_markup/render-link: Remove target="_blank" Will cause issues later on - highlight external links with dotted underline --- themes/default/layouts/shortcodes/quote.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'themes/default/layouts/shortcodes') 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 @@ {{- if $cite -}} - - {{- end -}} - {{ $text | markdownify }} - {{- if $cite -}} - + {{- print "[" $text "](" $cite ")" | markdownify -}} + {{- else -}} + {{- $text | markdownify -}} {{- end -}} {{- /* This comment removes trailing newlines and white spaces. */ -}} -- cgit v1.2.3