{{- with resources.Get "css/fonts.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end}}
{{- end }}
{{- end }}
{{- with resources.Get "css/list.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end}}
{{- end }}
{{- end }}
{{- with resources.Get "css/moonwalk.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- with resources.Get "css/theme.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end}}
{{- end }}
{{- end }}
{{- with resources.Get "css/vertical-list.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end}}
{{- end }}
{{- end }}
{{- with resources.Get "css/override.css" }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | minify | fingerprint }}
{{- end}}
{{- end }}
{{- end }}