fix: title template

This commit is contained in:
Matthieu Bessat 2023-04-10 22:16:19 +02:00
parent cf2cd3ce36
commit b25fb55143

View file

@ -9,7 +9,8 @@
{{ end }}
{{- $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 }}">