From e4e8c804f54f3e909e698f67598bb00e436b1e53 Mon Sep 17 00:00:00 2001 From: mms Date: Sun, 24 Dec 2023 23:35:44 +0100 Subject: feat: hier menu --- layouts/_default/baseof.html | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e0fdb94..be7e066 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -52,22 +52,27 @@ {{ $section_class = "blog" }} {{ else if in .Page.Params.categories "article" }} {{ $section_class = "article" }} + {{ else if in .Page.Params.categories "emacs" }} + {{ $section_class = "emacs" }} {{ end }}
@@ -99,17 +104,21 @@ -- cgit v1.2.3