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