{{ template "_internal/opengraph.html" }} {{ template "_internal/twitter_cards.html" }} {{ template "_internal/schema.html" }} {{ if .Params.image }} {{ $src := .Params.image }} {{ $imgUrl := "" }} {{ if not (findRE "://" $src) }} {{ $imgUrl = absURL $src }} {{ $oldUrl := $src | absURL }} {{ $newUrl := $imgUrl }} {{ end }} {{ else if site.Params.social_preview_image }} {{ $imgUrl := site.Params.social_preview_image | absURL }} {{ end }}