{{- with resources.Get "css/bootstrap.min.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- with resources.Get "css/my.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- with resources.Get "css/syntax.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}