themes/tella/layouts/partials/seo/print.html aktualisiert
All checks were successful
Website / Website veröffentlichen (push) Successful in -22s

This commit is contained in:
2026-03-25 21:42:53 +01:00
parent a243cecd2a
commit 8fce496884

View File

@@ -42,7 +42,7 @@
{{- $.Scratch.SetInMap "seo" "twitter_card" "summary_large_image" -}} {{- $.Scratch.SetInMap "seo" "twitter_card" "summary_large_image" -}}
{{/* We check the site config sports a Social.twitter and use as handle */}} {{/* 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" .) -}} {{- $.Scratch.SetInMap "seo" "twitter_handle" (printf "@%s" .) -}}
{{- end -}} {{- end -}}