diff --git a/themes/buha/layouts/_default/baseof.html b/themes/buha/layouts/_default/baseof.html
index c9ce9c84..8a397384 100644
--- a/themes/buha/layouts/_default/baseof.html
+++ b/themes/buha/layouts/_default/baseof.html
@@ -1,6 +1,7 @@
{{- partial "head.html" . -}}
+ {{ block "css" . -}}{{- end }}
diff --git a/themes/buha/layouts/partials/generator.html b/themes/buha/layouts/partials/generator.html
index ee3ccfc0..85608d5b 100644
--- a/themes/buha/layouts/partials/generator.html
+++ b/themes/buha/layouts/partials/generator.html
@@ -1,3 +1,7 @@
+{{ define "css" }}
+
+{{ end }}
+
Artikelgenerator
@@ -19,9 +23,9 @@
diff --git a/themes/buha/layouts/partials/tools/categories.html b/themes/buha/layouts/partials/tools/categories.html
index 4f7d0128..3cb6ca05 100644
--- a/themes/buha/layouts/partials/tools/categories.html
+++ b/themes/buha/layouts/partials/tools/categories.html
@@ -12,37 +12,40 @@
{{- $categories := $categories | uniq -}}
{{- $tags := $tags | uniq -}}
-
-
-