fix: title template
This commit is contained in:
parent
cf2cd3ce36
commit
b25fb55143
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{- $title := partialCached "data/title" . .RelPermalink -}}
|
{{- $title := partialCached "data/title" . .RelPermalink -}}
|
||||||
<title>{{ $title }}</title>
|
|
||||||
|
<title>{{ $title }} {{ if not .IsHome }}- L'Étoile de Bethléem{{ end }}</title>
|
||||||
|
|
||||||
<link rel="canonical" href="{{ .Permalink }}">
|
<link rel="canonical" href="{{ .Permalink }}">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue