diff --git a/src/layouts/partials/social.html b/src/layouts/partials/social.html
index 176f6e7bd..0abc92038 100644
--- a/src/layouts/partials/social.html
+++ b/src/layouts/partials/social.html
@@ -9,11 +9,10 @@
{{ template "_internal/twitter_cards.html" . -}}
-
{{- /* Manually add `twitter:creator` since Hugo's internal shortcode doesn't add it */ -}}
-{{- template "_internal/opengraph.html" . }}
+{{ template "_internal/opengraph.html" . -}}
{{- /* Manually add `og:image`'s dimensions since Hugo's internal shortcode doesn't do it */ -}}
{{- $socialImage := path.Join "src/static" (index $.Site.Params.images 0) -}}