From 3dc66eecd384498f4dfce5e617bc7360dbda487a Mon Sep 17 00:00:00 2001 From: mms Date: Wed, 3 Jan 2024 18:17:19 +0100 Subject: feat: move blog to org format --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index be7e066b..b8e5c586 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -48,7 +48,7 @@ {{ $section_class = "site-info" }} {{ else if in .Page.Params.category "bsd" }} {{ $section_class = "bsd" }} - {{ else if in .Page.Params.category "blog" }} + {{ else if in .Page.Params.categories "blog" }} {{ $section_class = "blog" }} {{ else if in .Page.Params.categories "article" }} {{ $section_class = "article" }} @@ -64,7 +64,7 @@ {{ else if in .Page.Params.categories "star-trek" }} {{ $logo := resources.Get "logos/logo-startrek-white.svg" }} - {{ else if in .Page.Params.category "blog" }} + {{ else if in .Page.Params.categories "blog" }} {{ $logo := resources.Get "logos/logo-blog-white.svg" }} {{ else if in .Page.Params.categories "article" }} -- cgit v1.2.3