From 530627ec8f68fe9a9a186b586ef4ec764ad5c86a Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 23 Jul 2024 09:47:54 +0200 Subject: [PATCH] fix: correct image URLs for weekly Twitter and OG tags Updated the logic for Twitter and Open Graph image tags to use the correct image URLs for "weekly" section posts. This ensures that the cover images are correctly displayed on social platforms. --- layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 84edc38..351e142 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -20,10 +20,10 @@ - + - + {{ with .OutputFormats.Get "rss" -}} {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }}