From 55fcd63548dd95b816419e6db95e51222706290c Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 7 Mar 2021 09:52:28 -0600 Subject: [PATCH] fix placement of victorhugo for diary theme --- themes/diary/layouts/_default/single.html | 1 - themes/diary/layouts/partials/head.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/diary/layouts/_default/single.html b/themes/diary/layouts/_default/single.html index 1463d225..78bc0796 100644 --- a/themes/diary/layouts/_default/single.html +++ b/themes/diary/layouts/_default/single.html @@ -1,5 +1,4 @@ {{ define "main" }} -{{ partial "victorhugo.html" . }}
diff --git a/themes/diary/layouts/partials/head.html b/themes/diary/layouts/partials/head.html index a87cff2c..ba1c4b92 100644 --- a/themes/diary/layouts/partials/head.html +++ b/themes/diary/layouts/partials/head.html @@ -118,5 +118,6 @@ $( {{ if .Site.Params.disqusShortname }} {{ end }} +{{ partial "victorhugo.html" . }}