From 1da8a6b4f0983ec7ba45c5dd705feccf69896e58 Mon Sep 17 00:00:00 2001 From: mms Date: Tue, 5 Dec 2023 23:06:12 +0100 Subject: feat: blog section --- layouts/_default/baseof.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a1395adc..9092d684 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -48,6 +48,8 @@ {{ $section_class = "site-info" }} {{ else if in .Page.Params.category "bsd" }} {{ $section_class = "bsd" }} + {{ else if in .Page.Params.category "blog" }} + {{ $section_class = "blog" }} {{ end }}
@@ -58,6 +60,9 @@ {{ else if in .Page.Params.category "star-trek" }} {{ $logo := resources.Get "logos/logo-startrek-white.svg" }} + {{ else if in .Page.Params.category "blog" }} + {{ $logo := resources.Get "logos/logo-blog-white.svg" }} + {{ end }} -- cgit v1.2.3