fix: Keep article name first in page title

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2022-12-11 22:43:18 +01:00
parent e348f32738
commit 8a05b69b47
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -11,7 +11,7 @@
{{ template "_internal/opengraph.html" . }}
{{ $title := print .Site.Title " | " .Title }}
{{ $title := print .Title " | " .Site.Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>