diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 91d008e..9ef4747 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -20,10 +20,10 @@
{{ range . }}{{ end }}
{{- end -}}
{{- with partial "resources/section_css.html" . -}}
-
+ {{ range . }}{{ end }}
{{- end -}}
{{- with partial "resources/page_css.html" . -}}
-
+ {{ range . }}{{ end }}
{{- end -}}
{{ block "styles" . }}{{ end }}