all repos — aaoth.xyz @ 6448356292f495fbba42e2edb3d43c6f183ebebc

aaoth.xyz website

_includes/navigation.html (view raw)

1<nav>
2	<ul>
3		{% for item in site.data.navigation %}
4		<li><a href="{{ item.link }}">{{ item.name }}</a></li>
5		{% endfor %}
6	</ul>
7</nav>