From c63dac6e7f8ad3b02fa375ad17c63f57f29510a5 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 14 Jan 2024 09:47:56 +0100 Subject: [PATCH] Enable menus in new taxonomy pages --- themes/tsc_vfl/layouts/partials/page/header.html | 3 ++- themes/tsc_vfl/layouts/partials/page/left_menu.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/tsc_vfl/layouts/partials/page/header.html b/themes/tsc_vfl/layouts/partials/page/header.html index bdb3d2e..7958084 100644 --- a/themes/tsc_vfl/layouts/partials/page/header.html +++ b/themes/tsc_vfl/layouts/partials/page/header.html @@ -30,7 +30,8 @@ {{/*{{ if .Pre }} {{ $icon := printf " " .Pre | safeHTML }} diff --git a/themes/tsc_vfl/layouts/partials/page/left_menu.html b/themes/tsc_vfl/layouts/partials/page/left_menu.html index 83e8c99..10a0b57 100644 --- a/themes/tsc_vfl/layouts/partials/page/left_menu.html +++ b/themes/tsc_vfl/layouts/partials/page/left_menu.html @@ -4,6 +4,7 @@ ($currentPage.IsMenuCurrent "main" .) ($currentPage.HasMenuCurrent "main" .) (and (eq $currentPage.Type "news") (eq .Identifier "aktuell") ) + (and (eq $currentPage.Type "turniermeldung") (eq .Identifier "aktuell") ) }} {{ if .HasChildren }} {{ range .Children }}