Use relURLs

This commit is contained in:
C. Lente 2023-02-13 16:50:21 -03:00
parent ee51627153
commit 15a1e63122
No known key found for this signature in database
GPG key ID: B0B503C26E05781B
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>