{{ if hugo.IsProduction }} {{ end }} {{- partial "favicon.html" . -}}
{{- block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{- end }}
{{- partial "seo_tags.html" . -}}
{{ $style := resources.Get "style.css" | minify }}
{{ if (.Page.Store.Get "hasCodeBlock") }} {{ $syntax := resources.Get "syntax.css" | minify }}
{{ end }} {{ with .Params.style }} {{ $extra := resources.Get . | minify }}
{{ end }} {{ with .OutputFormats.Get "rss" -}} {{ printf `
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} {{- partial "custom_head.html" . -}}
{{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
{{- partial "custom_body.html" . -}}