{{ hugo.Generator }} {{ partial "favicon.html" . }} {{ if .IsHome }} {{ .Site.Title }} - {{ .Site.Params.subTitle }} {{ else }} {{ .Title }} - {{ .Site.Title }} {{ end }} {{ if .Params.tags }} {{ end }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ partial "analytic-google.html" . }} {{ $options := (dict "targetPath" "css/main.min.css" "outputStyle" "compressed") }} {{ $style := resources.Get "sass/main.scss" | resources.ToCSS $options }} {{ if .Site.Params.webpChecker }} {{ $webp := resources.Get "js/modernizr-webp.min.js" }} {{ end }} {{ if or .Params.math .Site.Params.math }} {{ partial "math.html" . }} {{ end }}