From 74f0e99164e01d9c517c5c90da11adaa4b5dd340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 10 Mar 2024 14:45:19 +0100 Subject: [PATCH] link: align whitespace with image #795 --- layouts/partials/shortcodes/link.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/shortcodes/link.html b/layouts/partials/shortcodes/link.html index 7eed69e42a..9ebd3a2ab2 100644 --- a/layouts/partials/shortcodes/link.html +++ b/layouts/partials/shortcodes/link.html @@ -79,5 +79,4 @@ {{- if $v }} {{- printf " %s=%q" $k $v | safeHTMLAttr }} {{- end }} - {{- end -}} - >{{ $content | safeHTML }} \ No newline at end of file + {{- end }}>{{ $content | safeHTML }} \ No newline at end of file