Replace .URL with .RelPermalink in header.

This commit is contained in:
tastytea 2021-03-30 03:08:16 +02:00
parent a1ff80176c
commit 9821bf6c65
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}