1
0
Fork 0
mirror of https://github.com/Ellpeck/TinyLifeWeb.git synced 2025-01-09 05:47:42 +01:00
TinyLifeWeb/web/_includes/communitynav.html

5 lines
203 B
HTML
Raw Normal View History

<a class="nav-item nav-link" href="../../">🏡 Home</a>
{% for section in site.data.community-sections %}
<a class="nav-item nav-link" href="#{{ section.slug }}">{{ section.name }}</a>
{% endfor %}