répare le lien du titre principal

This commit is contained in:
la Fleur 2020-11-14 10:33:45 +01:00
parent ce41937deb
commit ef742ffa13
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{{ $currentPage := . }}
<header>
<h1>
<a href="{{ $.Site.BaseURL }}">{{ .Site.Title }}</a>
<a href="{{ $.Site.BaseURL | relURL }}">{{ .Site.Title }}</a>
</h1>
{{ with $.Site.Params.Description }}
{{ . }}