fixed hugo version problems2
All checks were successful
Website / Website veröffentlichen (push) Successful in -22s

This commit is contained in:
2026-03-25 13:07:34 +01:00
parent 7b612a8671
commit 139c4dd272
2 changed files with 4 additions and 4 deletions

View File

@@ -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 -}}