Skip to content

Commit

Permalink
Merge pull request #159 from csparker247/update-social
Browse files Browse the repository at this point in the history
  • Loading branch information
opera7133 authored Nov 25, 2024
2 parents a7b11fe + 09c790b commit bc3db4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/seo/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}

Expand Down

0 comments on commit bc3db4a

Please sign in to comment.