From 6c4246d45752f9834f23cf6fbe8fd3498f98c842 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 11 Jun 2024 15:49:31 -0400 Subject: [PATCH] SEO imporvements --- themes/gallo/layouts/partials/head.html | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) 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 =