diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 55c4864..390cfe9 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -15,17 +15,7 @@
{{ end }}
-{{ if eq true .Site.Params.cachebuster }}
-
-
-
-
-
-{{range .Site.Params.extracssfiles}}
-
-{{end}}
-
-{{ else }}
+{{ if .Site.Params.cachebuster }}
@@ -35,6 +25,16 @@
{{end}}
+{{ else }}
+
+
+
+
+
+{{range .Site.Params.extracssfiles}}
+
+{{end}}
+
{{ end }}