{{ $pageTitle := cond .IsHome .Site.Title (printf "%s ยท %s" .Title .Site.Title) }} {{ $pageDesc := .Description | default .Site.Params.description }} {{ $ogImage := .Params.image | default "images/og-image.png" | absURL }} {{ $pageTitle }} {{ $css := resources.Get "css/main.css" }} {{ if hugo.IsProduction }} {{ $css = $css | resources.Minify | fingerprint }} {{ else }} {{ end }} {{ if .Params.mathjax }} {{ end }} {{ block "head-extra" . }}{{ end }}