mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
fixed community nav
This commit is contained in:
parent
154d1e2d9e
commit
28f5449635
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<a class="nav-item nav-link" href="../../">🏠 Home</a>
|
<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>
|
<a class="nav-item nav-link" href="#{{ section.slug }}">{{ section.name }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue