all repos — aaoth.xyz @ df5eaabe38a62168e7167781d5f862953e97af1e

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	<img src="/assets/img/aaoth-logo.png" alt="aaoth">
8</nav>