From e333fc6074995ddffe71485f3c556feddc597fdc Mon Sep 17 00:00:00 2001 From: lottotto Date: Fri, 25 Mar 2022 23:58:52 +0900 Subject: [PATCH] fix --- layouts/_default/baseof.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7476fb2..ca183b0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . }} @@ -7,8 +7,12 @@ +{{- print "list" -}} +{{- end -}} +{{- if eq $.Site.Params.defaultTheme `dark` -}} +{{- print " dark" }} +{{- end -}} +" id="top"> {{- partialCached "header.html" . .Page -}}
{{- block "main" . }}{{ end }}