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>