From a67a169c6ba967f1feda537f17791f6a97ad312b Mon Sep 17 00:00:00 2001 From: "Evan G." Date: Wed, 29 May 2024 13:20:45 -0500 Subject: [PATCH] Some fixing up --- layouts/index.html | 3 --- layouts/partials/header.html | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index e8f70ca..b5b27ad 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,9 +4,6 @@
- -{{ .Content }} -
{{ range where .Site.RegularPages "Section" "in" .Site.MainSections }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9d72ebf..32d66bd 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -13,6 +13,7 @@ config change. -->

{{ $.Site.Title }}

+

{{ $.Site.Params.subtitle }}

{{ else }} Go Home {{ $path := .Path }} @@ -22,6 +23,5 @@ config change. --> Back to {{ $bpath }} {{ end }} -

{{ $.Site.Params.subtitle }}

{{ end }}