diff --git a/layouts/_partials/head/css.html b/layouts/_partials/head/css.html
new file mode 100644
index 0000000..ec5a5db
--- /dev/null
+++ b/layouts/_partials/head/css.html
@@ -0,0 +1,50 @@
+{{- 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 }}