{{- $image := resources.Get "images/icon.png" -}}
{{- $favicon := $image.Resize "32x32" -}}
{{- $options := dict "transpiler" "dartsass" "targetPath" "styles.css" "outputStyle" "compressed" }}
{{- $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint "sha512" }}
{{- with .Params.tags -}}
{{- end -}}
{{- with .Site.Params.description -}}
{{- end -}}
{{ with .OutputFormats.Get "rss" -}}
{{ end -}}