summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4c7116b..6325675 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -58,6 +58,8 @@
{{ $section_class = "article" }}
{{ else if in .Page.Params.categories "emacs" }}
{{ $section_class = "emacs" }}
+ {{ else if in .Page.Params.categories "brainrot" }}
+ {{ $section_class = "brain-rot" }}
{{ end }}
<body class="{{ $section_class }}">
{{ partial "header/header" . }}