feat: improve site title to show actual title first
All checks were successful
Website build and deploy / build (push) Successful in 2m25s

This commit is contained in:
2026-03-02 17:19:04 +01:00
parent 9932fa0967
commit 323fc7a02a

View File

@@ -9,7 +9,7 @@
{{- if .Params.heading -}} {{- if .Params.heading -}}
{{- $title = .Params.heading -}} {{- $title = .Params.heading -}}
{{- else -}} {{- else -}}
{{- $title = print .Site.Title " | " .Title -}} {{- $title = printf "%s | %s" .Title .Site.Title -}}
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
<meta charset="utf-8" /> <meta charset="utf-8" />