From 28f5449635e6dd5fc1283ab0e78bef5d5bc4b7c1 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 12 Aug 2023 23:29:57 +0200 Subject: [PATCH] fixed community nav --- web/_includes/communitynav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/_includes/communitynav.html b/web/_includes/communitynav.html index 31b846e..15217bf 100644 --- a/web/_includes/communitynav.html +++ b/web/_includes/communitynav.html @@ -1,4 +1,4 @@ 🏠 Home -{% for section in site.data.community-sections %} +{% for section in site.data.community_sections %} {{ section.name }} {% endfor %}