From b43f60b6877e651938b3f04f219cbf693871ddeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 28 Oct 2023 22:27:45 +0200 Subject: [PATCH] link: extra space before link text #700 --- layouts/partials/shortcodes/link.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/shortcodes/link.html b/layouts/partials/shortcodes/link.html index 73cb7c2506..9e0817a144 100644 --- a/layouts/partials/shortcodes/link.html +++ b/layouts/partials/shortcodes/link.html @@ -47,5 +47,5 @@ {{- warnf "%q: no page was found for link '%s'" $page.File.Filename $url.Path }} {{- end }} {{- end }} -{{- end }} +{{- end -}} {{ $content | safeHTML }} \ No newline at end of file