fix: 404 on home link in header

whoops!
main
earnest ma 2021-11-30 12:00:36 -05:00
parent 76ffa157fd
commit 66250ffea8
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<a href="{{ " /" | relURL }}">
<a href="{{ "/" | relURL }}">
<h2>{{ .Site.Title }}</h2>
</a>
<nav>