From 8b48b74d1a52e259ce45ad2d02ada5d0cf7934d4 Mon Sep 17 00:00:00 2001 From: mms Date: Tue, 28 Nov 2023 22:29:10 +0100 Subject: feat: bsd as section --- layouts/_default/baseof.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1807091..7dab21e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -46,10 +46,19 @@ {{ $section_class = "star-trek" }} {{ else if in .Page.Params.category "site-info" }} {{ $section_class = "site-info" }} + {{ else if in .Page.Params.category "bsd" }} + {{ $section_class = "bsd" }} {{ end }}
-- cgit v1.2.3