From 222e7ddb84c2571c410b622e04aedf6ec8ce33ba 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 8a19dad..56c4df0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -22,7 +22,7 @@ {{ block "main" . }} {{ .Content }} {{ end }} -


+{{ if not .IsHome }}


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