From a24ac412e2421503dd03c128d6e51429b9e50b3b Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 6 Aug 2024 11:56:11 +0200 Subject: [PATCH] fix(meta): correct meta description and add Twitter/OG descriptions Updated the meta description to use site parameters instead of page parameters for consistency. Added site-wide description to Twitter and Open Graph meta tags to enhance SEO and social media sharing. This ensures a uniform description across various platforms. --- layouts/partials/head.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 351e142..4bec1d4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -4,7 +4,7 @@ content="width=device-width, initial-scale=1.0, maximum-scale=1" /> {{ .Title }} - + @@ -21,9 +21,11 @@ + + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}