From 81fcd8f9d416b536e929a32670df0bcdbe628276 Mon Sep 17 00:00:00 2001 From: Daniel H Date: Tue, 3 Aug 2021 06:08:23 +0100 Subject: [PATCH] Remove extraneous space in toc.html (#488) Fixes errors in lower version of Hugo --- layouts/partials/toc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index 89b2b7c6..42f7e615 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -68,7 +68,7 @@ {{- end -}} {{- end }}
  • - {{- $header | safeHTML -}} + {{- $header | safeHTML -}} {{- else }}
  • {{- $header | safeHTML -}}