1
0
Fork 0
mirror of https://github.com/Ellpeck/TinyLifeWeb.git synced 2025-01-07 13:27:44 +01:00
TinyLifeWeb/web/_includes/communitynav.html
2023-08-12 23:29:57 +02:00

4 lines
203 B
HTML

<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 %}