From 653a6a4d8c4b0f27870f69cce447dca59f1e2613 Mon Sep 17 00:00:00 2001 From: Daniil Krymov <1140778+geeqla@users.noreply.github.com> Date: Sat, 12 Feb 2022 21:42:57 +0100 Subject: [PATCH] Simplify website title --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2fabbe6..38625dc 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -8,7 +8,7 @@ {{- end }} {{- /* Title */}} -{{ if .IsHome }}{{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ .Site.Title }} +{{ if .IsHome }}{{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ (.Site.Params.label.text | default .Site.Title) }} {{- /* Meta */}} {{- if .IsHome }}