From d17f7e9b7ff1f41d38400ce6a91ffa7baf8a78cd Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Mon, 25 Nov 2024 19:57:30 +1300 Subject: [PATCH] Move --- themes/LoveIt/layouts/_default/baseof.html | 5 +++++ themes/LoveIt/layouts/partials/head/seo.html | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/themes/LoveIt/layouts/_default/baseof.html b/themes/LoveIt/layouts/_default/baseof.html index 66a6c3c..06bffda 100644 --- a/themes/LoveIt/layouts/_default/baseof.html +++ b/themes/LoveIt/layouts/_default/baseof.html @@ -11,6 +11,11 @@ {{- partial "head/meta.html" . -}} {{- partial "head/link.html" . -}} {{- partial "head/seo.html" . -}} + + + {{- /* Check theme isDark before body rendering */ -}} diff --git a/themes/LoveIt/layouts/partials/head/seo.html b/themes/LoveIt/layouts/partials/head/seo.html index ab9f942..c9fa32c 100644 --- a/themes/LoveIt/layouts/partials/head/seo.html +++ b/themes/LoveIt/layouts/partials/head/seo.html @@ -150,8 +150,4 @@ "description": {{ .Description | safeHTML }} } -{{- end -}} - - \ No newline at end of file +{{- end -}} \ No newline at end of file