From 40c2c147d1d33b31ba17f48767f2cab77183c617 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 14 Jun 2022 13:49:49 +0100 Subject: [PATCH] Fix invalid HTML element name Wrong: Right: Make it so. --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d7c9d50b2b..aeb9d0229f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,7 +3,7 @@ {{- if eq hugo.Environment "preview" -}} {{- end -}} - + {{ partial "head.html" . }}