aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/navigation.html
blob: c11df7709b01dc20f9b348bee05aa0de55529659 (plain) (blame)
1
2
3
4
5
6
7
8
<nav>
	<ul>
		{% for item in site.data.navigation %}
		<li><a href="{{ item.link }}">{{ item.name }}</a></li>
		{% endfor %}
	</ul>
	<img src="/assets/img/aaoth-logo.png" alt="aaoth">
</nav>