Some fixing up

This commit is contained in:
Evan G. 2024-05-29 13:20:45 -05:00
parent b507d458b0
commit a67a169c6b
2 changed files with 1 additions and 4 deletions

View File

@ -4,9 +4,6 @@
<!-- <br><br> -->
<article>
{{ .Content }}
</article>
<div>
{{ range where .Site.RegularPages "Section" "in" .Site.MainSections }}

View File

@ -13,6 +13,7 @@ config change. -->
</nav>
<h1>{{ $.Site.Title }}</h1>
<p>{{ $.Site.Params.subtitle }}</p>
{{ else }}
<a href="/">Go Home</a>
{{ $path := .Path }}
@ -22,6 +23,5 @@ config change. -->
<a href="{{ $bpath }}">Back to {{ $bpath }}</a>
{{ end }}
</nav>
<p>{{ $.Site.Params.subtitle }}</p>
{{ end }}