From 8cbcf6986cdcea585dea3108a176ea2b232e754d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 30 Mar 2024 22:07:02 +0200 Subject: [PATCH] Update social.html --- src/layouts/partials/social.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/partials/social.html b/src/layouts/partials/social.html index 176f6e7bd..0abc92038 100644 --- a/src/layouts/partials/social.html +++ b/src/layouts/partials/social.html @@ -9,11 +9,10 @@ {{ template "_internal/twitter_cards.html" . -}} - {{- /* Manually add `twitter:creator` since Hugo's internal shortcode doesn't add it */ -}} -{{- template "_internal/opengraph.html" . }} +{{ template "_internal/opengraph.html" . -}} {{- /* Manually add `og:image`'s dimensions since Hugo's internal shortcode doesn't do it */ -}} {{- $socialImage := path.Join "src/static" (index $.Site.Params.images 0) -}}