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

@ -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 }}