Replace .URL with .RelPermalink in header.
This commit is contained in:
parent
a1ff80176c
commit
9821bf6c65
@ -1,5 +1,5 @@
|
||||
<header class="header">
|
||||
<a class="title" href="{{ .Site.Home.URL }}">{{ .Site.Title }}</a>
|
||||
<a class="title" href="{{ .Site.Home.RelPermalink }}">{{ .Site.Title }}</a>
|
||||
{{- with .Site.Params.subtitle }}
|
||||
<span class="description">{{ . }}</span>
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user