From d803c74ef8227acfec6038630ad2f6bb891cb70e Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 7 Oct 2021 17:09:10 -0500 Subject: [PATCH] Remove trailing newline in render-link.html --- layouts/_default/_markup/render-link.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html index 3a5e601..a8120b2 100644 --- a/layouts/_default/_markup/render-link.html +++ b/layouts/_default/_markup/render-link.html @@ -1 +1 @@ -{{ .Text | safeHTML }} +{{ .Text | safeHTML }}{{/* DO NOT REMOVE THE TRAILING NEWLINE HERE -- it prevents there from being whitespace in between the link and the next word/element (for example: if there's a period right after a link) */}} \ No newline at end of file