From 6a2f2294dfbf9365aa8c61b33e1f4d1d33c7a9fe Mon Sep 17 00:00:00 2001 From: mms Date: Wed, 6 Mar 2024 15:02:34 +0100 Subject: feat: BSD rework, part 1 --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4745cd7..fb77bf2 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -49,7 +49,7 @@ {{ $section_class = "site-info" }} {{ else if in .Page.Params.categories "site" }} {{ $section_class = "site-info" }} - {{ else if in .Page.Params.category "bsd" }} + {{ else if in .Page.Params.categories "bsd" }} {{ $section_class = "bsd" }} {{ else if in .Page.Params.categories "blog" }} {{ $section_class = "blog" }} @@ -61,7 +61,7 @@