Use site.Home.Permalink instead of param
This commit is contained in:
parent
045c2e3495
commit
6d88b28c14
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue