From fb98ea3fe5bd8ebd9059b93fc8a7b7b462db23fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 19 Nov 2022 18:06:22 +0100 Subject: [PATCH] theme: fix whitespace #398 --- layouts/alias.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/alias.html b/layouts/alias.html index 190f81fa82..1e645a76e0 100644 --- a/layouts/alias.html +++ b/layouts/alias.html @@ -9,6 +9,6 @@ {{- $link := "" }} {{ $url }} - {{ (printf $link $url "canonical" "text/html" ($url | htmlEscape)) | safeHTML }} + {{ (printf $link $url "canonical" "text/html" ($url | htmlEscape)) | safeHTML }}