{{ hugo.Generator }} {{ $css := resources.Get "css/style.css" | minify }} {{ template "_internal/google_analytics.html" . }} {{ if templates.Exists ( printf "partials/overrides/header.html" ) }} {{ partial "partials/overrides/header.html" . }} {{ else }} {{ end }} {{ $image_path := .Params.image | default site.Params.image }} {{ $image_path_local := printf "static/%s" $image_path }} {{ $image_ext := trim (path.Ext $image_path | lower) "." }} {{ if fileExists $image_path_local }} {{ if ne $image_ext "svg" }} {{ with (imageConfig $image_path_local) }} {{ if (and (gt .Width 144) (gt .Height 144)) }} {{ end }} {{ end }} {{ end }} {{ end }} {{ with site.Social.twitter }} {{ end }} {{ range site.Authors }} {{ with .twitter }} {{ end }} {{ end }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }}