diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4b47c78..fa70360 100755
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -22,6 +22,9 @@
{{ end }}
+ {{ range .Site.Params.custom_css }}
+
+ {{ end }}
{{ block "favicon" . }}
{{ partial "site-favicon.html" . }}