From 3304318f04e64ecdd769af300c9814eeb7c0d484 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Tue, 26 Nov 2024 10:59:30 -0500 Subject: [PATCH] Remove obsolete URI check (#3290) verified showsearch is still functional Co-authored-by: MicJ <92740932+micjohnson777@users.noreply.github.com> --- layouts/partials/menu-filetree.html | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/layouts/partials/menu-filetree.html b/layouts/partials/menu-filetree.html index 3c1bc82ff9..38e660e20f 100644 --- a/layouts/partials/menu-filetree.html +++ b/layouts/partials/menu-filetree.html @@ -140,26 +140,6 @@ }); - - - - {{ template "tree-nav" dict "sect" .Site.Home.Sections "current" $current "main_index_class" .Page.Params.main_index_class "path" .RelPermalink }}