From cb77b07ae1033c0e7c51886943349788c8728d9b Mon Sep 17 00:00:00 2001 From: c Date: Mon, 29 May 2023 12:19:26 +0200 Subject: [PATCH] removed schedule and tournament from the navigation --- _includes/nav.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_includes/nav.html b/_includes/nav.html index 6086ca2..3345b70 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -12,15 +12,13 @@ {% assign nav_pill = page.nav_pill %} {% endif %} {% case nav_pill %} - {% when "tournament", "news", "schedule", "help", "resources" %} + {% when "news", "help", "resources" %} {% assign home = false %} {% else %} {% assign home = true %} {% endcase %} - -