use the Jekyll pages information to create the menu
[web.git] / _includes / menu-level.html
1 <ul><!--{% for item in include.menu %}
2     --><li class="{{ item.class }}"><a href="{{ item.url }}">{{ item.url }}: {{ item.title }}</a></li><!--
3     {% if item.sub %}
4         -->{% include menu-level.html menu=item.sub %}<!--
5     {% endif %}
6 {% endfor %}--></ul>