all repos — aaoth.xyz @ 7ac5dbeb4f9329dbd75e42c800b8afc8b58d552d

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 }}" {% if page.url == item.link %}class="current"{% endif %}>{{ item.name }}</a></li>
5		{% endfor %}
6	</ul>
7	<img src="/assets/img/aaoth-logo.png" alt="aaoth" width="376px" height="auto">
8</nav>