diff --git a/layouts/partials/head.html b/layouts/partials/head.html index cb821e6..2d465d8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -28,7 +28,7 @@ {{- with ($.Scratch.Get "Title") }} - {{ . }} - {{ $.Site.Title }} + {{ . }}{{- if ne . $.Site.Title }} - {{ $.Site.Title }}{{- end}} {{- end }} {{- with ($.Scratch.Get "Description") }}