{{ 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 | resources.Fingerprint }} {{ if .Site.Params.useCDN }} {{ if or .Params.math .Site.Params.math }} {{ end }} {{ else }} {{ $jquery := resources.Get "js/jquery.min.js" | resources.Fingerprint }} {{ $lazysizes := resources.Get "js/lazysizes.min.js" | resources.Fingerprint }} {{ $fontawesome := resources.Get "js/fontawesome.min.js" | resources.Fingerprint }} {{ if or .Params.math .Site.Params.math }} {{ $katexCSS := resources.Get "css/katex.min.css" | resources.Fingerprint }} {{ $katexJS := resources.Get "js/katex.min.js" | resources.Fingerprint }} {{ $katexRender := resources.Get "js/auto-render.min.js" | resources.Fingerprint }} {{ end }} {{ end }} {{ if .Site.Params.webpChecker }} {{ $webp := resources.Get "js/modernizr-webp.min.js" }} {{ end }}