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