change nav from site title to Home

This commit is contained in:
Phil 2025-01-07 20:22:28 -07:00
parent f683f1cf1d
commit 7f62f892ba

View File

@ -1,6 +1,6 @@
<header>
<nav>
<a class="u-url p-name" href="/">{{ .Site.Title }}</a>
<a class="u-url p-name" href="/">Home</a>
<a href="/notes">Notes</a>
<a href="/articles">Articles</a>
<a href="/photos">Photos</a>