diff --git a/layouts/partials/head/seo.html b/layouts/partials/head/seo.html index c349efba0ab164e4a5a9025a7034036e922e466c..9ee56ca29cf9523b5c5b19d806600aa41c90d970 100644 --- a/layouts/partials/head/seo.html +++ b/layouts/partials/head/seo.html @@ -40,13 +40,11 @@ {{- $image := partial "GetMedia" $id -}} {{- $ogImage = partial "GetImageUrl" (dict "media" $image - "size" "1200x630" - "crop" true + "size" "1200" ) -}} {{- $twitterImage = partial "GetImageUrl" (dict "media" $image - "size" "1200x675" - "crop" true + "size" "1200" ) -}} {{- end -}} {{- $seoUrl := .Permalink -}}