From ef7a9471cd1b045e5e3b6841b1cdf87e5a394ac3 Mon Sep 17 00:00:00 2001 From: Rushmore75 Date: Fri, 4 Nov 2022 23:20:40 -0600 Subject: [PATCH] added bottom line --- layouts/_default/baseof.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6f47fc8..2be5b12 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,24 +3,24 @@ {{ partial "head.html" . }} - {{ block "header" . }} - {{ partial "header.html" . }} - {{ end }} -
-
-

- {{ .Page.Title }} -

-
-
- {{ block "main" . }} - {{ .Content }} - {{ end }} -
- {{ block "footer" . }} - {{ partial "footer.html" . }} - {{ end }} -
+{{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}} +
+

{{ block "title" . }}{{ end }}

+
+{{ block "main" . }} +{{ .Content }} +{{ end }} +


+{{ if .Param "nextprev" }}{{ partial "nextprev.html" . -}}{{ end -}} +{{ if .Param "taglist" }}{{ partial "taglist.html" . }}{{ end -}} +
+
+{{ block "footer" . }} + +{{ end }} \ No newline at end of file