mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2025-01-09 05:47:42 +01:00
5 lines
203 B
HTML
5 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 %}
|