Use site.Home.Permalink instead of param

This commit is contained in:
C. Lente 2023-02-09 17:31:27 -03:00
parent 045c2e3495
commit 6d88b28c14
Failed to generate hash of commit
2 changed files with 5 additions and 5 deletions

View file

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