From 2655b4436f8e6f82dbbff92c20695cedbd47d6d4 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 9 Dec 2022 15:51:47 -0800 Subject: [PATCH] Move head.html last --- layouts/_default/baseof.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 701cc5cc..ea431262 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -29,9 +29,6 @@ {{ range .AlternativeOutputFormats }} {{ end }} - {{ if templates.Exists "partials/head.html" }} - {{ partial "head" . }} - {{ end }} + {{ if templates.Exists "partials/head.html" }} + {{ partial "head" . }} + {{ end }}