{{ with .Site.Params.author }}{{ end }} {{ with .Site.Params.description }}{{ end }} {{ with .Site.Params.keywords }}{{ end }} {{ block "title" . }}{{ .Site.Title }}{{ end }} {{ if .Site.IsServer }} {{ $cssOpts := (dict "targetPath" "css/gochowdown.css" "enableSourceMap" true ) }} {{ $styles := resources.Get "scss/gochowdown.scss" | resources.ExecuteAsTemplate "style.gochowdown.css" . | toCSS $cssOpts }} {{ else }} {{ $cssOpts := (dict "targetPath" "css/gochowdown.css" ) }} {{ $styles := resources.Get "scss/gochowdown.scss" | resources.ExecuteAsTemplate "style.gochowdown.css" . | toCSS $cssOpts | minify | fingerprint }} {{ end }} {{ range .Site.Params.custom_css }} {{ end }} {{ hugo.Generator }} {{ partial "header.html" . }}
{{ block "content" . }}{{ end }}
{{ partial "footer.html" . }} {{ if .Site.GoogleAnalytics }} {{ template "_internal/google_analytics.html" . }} {{ end }}