{{- with resources.Get "css/main.css" }}
{{- if eq hugo.Environment "development" }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- with resources.Get "css/chroma.css" }}
{{- if eq hugo.Environment "development" }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}