summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-11-28 16:44:28 +0100
committermms <michal@sapka.me>2023-11-28 16:44:28 +0100
commitdb5e4cd2a0f2399006b4a6c19a25a754f0ba5292 (patch)
treee0608826a4c3735adb5ee09abb9e55e5de72915c /layouts/_default/baseof.html
parentcb8bfa914161a5d3043fc8325ac0b7e9de858e52 (diff)
feat: color logos
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 c34bf8f..1807091 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -44,6 +44,8 @@
{{ $section_class := "mms"}}
{{ if in .Page.Params.category "star-trek" }}
{{ $section_class = "star-trek" }}
+ {{ else if in .Page.Params.category "site-info" }}
+ {{ $section_class = "site-info" }}
{{ end }}
<body class="{{ $section_class }}">
<header>