diff --git a/themes/papercut/layouts/partials/head.html b/themes/papercut/layouts/partials/head.html index b81c0a4..562aa3d 100644 --- a/themes/papercut/layouts/partials/head.html +++ b/themes/papercut/layouts/partials/head.html @@ -3,7 +3,7 @@ - {{ $title := print .Site.Title " | " .Title }} + {{ $title := print .Title " | " .Site.Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }}