répare le lien du titre principal
This commit is contained in:
parent
ce41937deb
commit
ef742ffa13
|
@ -1,7 +1,7 @@
|
||||||
{{ $currentPage := . }}
|
{{ $currentPage := . }}
|
||||||
<header>
|
<header>
|
||||||
<h1>
|
<h1>
|
||||||
<a href="{{ $.Site.BaseURL }}">{{ .Site.Title }}</a>
|
<a href="{{ $.Site.BaseURL | relURL }}">{{ .Site.Title }}</a>
|
||||||
</h1>
|
</h1>
|
||||||
{{ with $.Site.Params.Description }}
|
{{ with $.Site.Params.Description }}
|
||||||
{{ . }}
|
{{ . }}
|
||||||
|
|
Loading…
Reference in New Issue