{{ with .Description }}{{ end }} {{ block "title" . }}{{ .Title }}{{ end }} · {{ .Site.Title }} {{/* Prevent white flash on navigation in dark mode. */}} {{ with resources.Get "css/dist/index.css" }} {{ $stylesheet := . | fingerprint }} {{ end }} {{ block "styles" . }}{{ end }} {{ with resources.Get "js/dist/index.js" }} {{ $script := . | fingerprint }} {{ end }} {{ with resources.Get "js/dist/libs/vendor.js" }} {{ $script := . | fingerprint }} {{ end }} {{ block "scripts" . }}{{ end }} {{ $class := slice "preload" -}} {{ if eq .Kind "home" -}} {{ $class = $class | append "home" -}} {{ else if eq .Kind "404" -}} {{ $class = $class | append "error404" -}} {{ else if eq .Kind "page" -}} {{ $class = $class | append .Type -}} {{ $class = $class | append "single" -}} {{ else -}} {{ $class = $class | append .Type -}} {{ $class = $class | append "list" -}} {{ end -}}
{{ i18n "skipToContent" . }}
{{ partial "viewport.html" . }}
{{ block "main" . }}{{ end }}
{{/* Immediately restore scroll positions. */}}