full url to header'

This commit is contained in:
Rushmore75 2024-03-06 17:55:38 -07:00
parent 6f742261ef
commit 498fb7ddbe

View File

@ -1,5 +1,5 @@
<header>
<h2>
<a href="/">{{ .Site.Title }}</a>
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
</h2>
</header>