summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-02-03 22:13:22 +0100
committermms <michal@sapka.me>2024-02-03 22:13:22 +0100
commit2b7b880b2c270470b91b66f7cdb99c41b2335b3a (patch)
treebe7bbb3813f484e8952dfb78afb5dd3571622731 /layouts/_default/baseof.html
parent05e393ca83946a5501111496727196732bfe0354 (diff)
feat: gitea
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 b8e5c58..d17c92e 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -46,6 +46,8 @@
{{ $section_class = "star-trek" }}
{{ else if in .Page.Params.category "site-info" }}
{{ $section_class = "site-info" }}
+ {{ else if in .Page.Params.categories "site" }}
+ {{ $section_class = "site-info" }}
{{ else if in .Page.Params.category "bsd" }}
{{ $section_class = "bsd" }}
{{ else if in .Page.Params.categories "blog" }}