From 809b1bcc8cb52eefa79a5b80a614da31c97072b5 Mon Sep 17 00:00:00 2001 From: Rushmore75 Date: Tue, 29 Nov 2022 14:08:50 -0700 Subject: [PATCH] changed baseof --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2be5b12..f4ba58d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,7 +10,7 @@ {{ block "main" . }} {{ .Content }} {{ end }} -


+{{ if not .IsHome }}


{{end -}} {{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}} {{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}}