{{ with .Site.Params.favicon }}
{{ end }}
{{ .Title }} | {{ .Site.Params.description }}
{{ with .Site.Params.description }}
{{ end }} {{ with .Site.Params.author }}
{{ end }} {{ $styles := resources.Get "scss/main.scss" | resources.ToCSS | minify | fingerprint}}
{{ with .OutputFormats.Get "RSS" -}} {{ printf `
` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{- end }} {{ partial "meta" . }}
{{ partial "header" . }} {{ block "main" . }}{{ end }} {{ partial "footer" . }}