From eb8bf81fc0bc03b5cd67545dd56f77376297a1da Mon Sep 17 00:00:00 2001 From: mms Date: Fri, 8 Dec 2023 21:16:07 +0100 Subject: feat: digital ownership --- 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 9092d684..fe8c5e42 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -50,6 +50,8 @@ {{ $section_class = "bsd" }} {{ else if in .Page.Params.category "blog" }} {{ $section_class = "blog" }} + {{ else if in .Page.Params.category "article" }} + {{ $section_class = "article" }} {{ end }}
@@ -63,6 +65,9 @@ {{ else if in .Page.Params.category "blog" }} {{ $logo := resources.Get "logos/logo-blog-white.svg" }} + {{ else if in .Page.Params.category "article" }} + {{ $logo := resources.Get "logos/logo-article-white.svg" }} + {{ end }} -- cgit v1.2.3