From 2b7b880b2c270470b91b66f7cdb99c41b2335b3a Mon Sep 17 00:00:00 2001 From: mms Date: Sat, 3 Feb 2024 22:13:22 +0100 Subject: feat: gitea --- layouts/_default/baseof.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b8e5c586..d17c92e0 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" }} -- cgit v1.2.3