{{- partial "favicon.html" . -}}
{{- block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{- end }}
{{- partial "seo_tags.html" . -}}
{{ with .OutputFormats.Get "rss" -}} {{ printf `
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{- /* CSS stylesheet */}} {{- $stylesheet := (resources.Get "css/style.css") | resources.Minify | fingerprint }}
{{- /* Javascript */}} {{- $darkmode_script := (resources.Get "js/darkmode.js") | resources.Minify | fingerprint}} {{- partial "custom_head.html" . -}}
{{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
{{- /* Bottom Javascript */}} {{- $darkmode_load_script := (resources.Get "js/darkmode_load.js") | resources.Minify | fingerprint}} {{- partial "custom_body.html" . -}}