{{- with resources.Get "static/css/pico.min.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- with resources.Get "static/css/remixicon.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- with resources.Get "static/css/bcarlin.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}