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 }}