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

5 lines
203 B
HTML
Raw Normal View History

2023-08-12 12:39:42 +02:00
<a class="nav-item nav-link" href="../../">🏠 Home</a>
2023-08-12 23:29:57 +02:00
{% for section in site.data.community_sections %}
<a class="nav-item nav-link" href="#{{ section.slug }}">{{ section.name }}</a>
{% endfor %}