{{/* set responsive viewport */}} {{- block "title" . -}} {{- .Page.Title -}} {{- end -}} {{/* load stylesheet */}} {{- $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" false) -}} {{- $style := resources.Get "style.sass" | resources.ToCSS $options | resources.Fingerprint -}} {{/* load javascript */}} {{- $script := resources.Get "script.js" | js.Build "script.js" | minify | fingerprint -}} {{/* add feeds */}} {{- range .AlternativeOutputFormats -}} {{- printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML -}} {{- end -}}