{{ with .Site.Params.favicon }} {{ end -}} {{ $style := resources.Get "css/main.css" | resources.Minify | resources.Fingerprint }} {{ $style := resources.Get "css/fonts.css" | resources.Minify | resources.Fingerprint }} {{ $style := resources.Get "css/dark.css" | resources.Minify | resources.Fingerprint }} {{ $style := resources.Get "js/themetoggle.js" | resources.Minify | resources.Fingerprint }} {{ if isset .Params "tags" }} {{ end -}}

{{ block "title" . }}{{ end }}

{{ block "main" . }} {{ .Content }} {{ end }}
{{ if .Params.tags }}

Tags: {{ $tags := .Params.tags }} {{ range $index, $tag := $tags }} {{ $tag }}{{ if lt (add $index 1) (len $tags) }}, {{ end }} {{ end }}

{{ end }}
{{ block "footer" . }} {{ end }}