fixed community nav

This commit is contained in:
Ell 2023-08-12 23:29:57 +02:00
parent 154d1e2d9e
commit 28f5449635

View file

@ -1,4 +1,4 @@
<a class="nav-item nav-link" href="../../">🏠 Home</a>
{% for section in site.data.community-sections %}
{% for section in site.data.community_sections %}
<a class="nav-item nav-link" href="#{{ section.slug }}">{{ section.name }}</a>
{% endfor %}