aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/navigation.html
blob: 70ae45e29bb06a41108b94eb7d311177cb54f22c (plain) (blame)
1
2
3
4
5
6
7
<nav>
	<ul>
		{% for item in site.data.navigation %}
		<li><a href="{{ item.link }}">{{ item.name }}</a></li>
		{% endfor %}
	</ul>
</nav>