{{ hugo.Generator }} {{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}} {{ template "_internal/twitter_cards.html" . }} {{ template "_internal/opengraph.html" . }} {{ range .Site.Params.customCSS }} {{ if ( or ( hasPrefix . "http://" ) ( hasPrefix . "https://" ) ) }} {{ else }} {{ end }} {{ end }} {{ if or .Params.math .Site.Params.math }} {{ partial "math.html" . }} {{ end }} {{ if .OutputFormats.Get "RSS" }} {{ with .OutputFormats.Get "RSS" }} {{ end }} {{ end }}