summaryrefslogtreecommitdiffstats
path: root/_includes/navigation.html
blob: ab853aa3cd3a3358144b0f60920751a5890d53a1 (plain) (blame)
1
2
3
4
5
<nav>
  {% for item in site.data.navigation %}
    <a href="{{ item.link }}" {% if page.url == item.link %}class="current"{% endif %}>{{ item.name }}</a>
  {% endfor %}
</nav>