Use relURLs

This commit is contained in:
C. Lente 2023-02-13 16:50:21 -03:00
parent ee51627153
commit 15a1e63122
Failed to generate hash of commit
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
<a href="{{ site.Home.Permalink }}" class="title"><h2>{{ .Site.Title }}</h2></a>
<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h2>{{ .Site.Title }}</h2></a>
<nav>{{- partial "nav.html" . -}}</nav>