{{- with resources.Get "css/main.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- with resources.Get "css/shortcodes.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- with resources.Get "css/markdown.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}