diff --git a/themes/gallo/layouts/partials/head.html b/themes/gallo/layouts/partials/head.html index 3aabdb0..48bfd0f 100644 --- a/themes/gallo/layouts/partials/head.html +++ b/themes/gallo/layouts/partials/head.html @@ -4,6 +4,43 @@ name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> + + + + + + + + + {{ if .IsPage }} + {{ .Title }} | {{ $.Site.Title }} + + + + + + + + + {{ else }} + {{ $.Site.Title }} + + + + + {{ end }} {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title =