theme screwup

This commit is contained in:
Gabriel 2023-03-23 10:51:02 -04:00
parent 14519d1dc4
commit eff7ff6ac0

View file

@ -9,7 +9,7 @@
<nav>
<a href="{{.Site.BaseURL}}"><h2>Home</h2></a>
{{ range .Site.Sections}}
<a href="{{.Permalink}}"><h2>{{.Title}}</h2></a>
<a href="{{.RelPermalink}}"><h2>{{.Title}}</h2></a>
{{end}}
</nav>
</header>