Files
jameswitzeman.net/_includes/nav.html
T
2026-06-11 16:41:45 -07:00

9 lines
208 B
HTML

<nav class='hnav'>
{% for item in site.data.navigation %}
<a href="{{ item.link }}" {% if page.url == item.link %}class="current"{% endif %}>
{{ item.name }}
</a>
{% endfor %}
</nav>