Skip to content

Commit

Permalink
Update social.html
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Nov 2, 2023
1 parent 29d30fc commit f740918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/partials/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{{ template "_internal/twitter_cards.html" . -}}
{{- /* Manually add `twitter:creator` since Hugo's internal shortcode has some issues */ -}}
<meta name="twitter:creator" content="@{{ $author_twitter | default .Site.Social.twitter }}">
<meta name="twitter:creator" content="@{{ $author_twitter | default .Site.Params.twitter }}">

{{ template "_internal/opengraph.html" . -}}
{{- /* Manually add `og:image`'s dimensions since Hugo's internal shortcode doesn't do it */ -}}
Expand Down

0 comments on commit f740918

Please sign in to comment.