From 8fce496884fd4a7199901eaa32e70dcbd06432d0 Mon Sep 17 00:00:00 2001 From: "Fabian T. Ecke" Date: Wed, 25 Mar 2026 21:42:53 +0100 Subject: [PATCH] themes/tella/layouts/partials/seo/print.html aktualisiert --- themes/tella/layouts/partials/seo/print.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tella/layouts/partials/seo/print.html b/themes/tella/layouts/partials/seo/print.html index 942032c..d8de9c6 100644 --- a/themes/tella/layouts/partials/seo/print.html +++ b/themes/tella/layouts/partials/seo/print.html @@ -42,7 +42,7 @@ {{- $.Scratch.SetInMap "seo" "twitter_card" "summary_large_image" -}} {{/* We check the site config sports a Social.twitter and use as handle */}} -{{- with .Site.Social.twitter -}} +{{- with .Site.Params.social.twitter -}} {{- $.Scratch.SetInMap "seo" "twitter_handle" (printf "@%s" .) -}} {{- end -}}