publish blog post: Breaking All the Way Out
[web.git] / _includes / menu-level.html
1 <ul><!--{% for item in include.menu %}
2     --><li class="{{ item.class }}"><a class="{{ item.class }}" href="{% if page.absolute_urls %}{{ site.url }}{% endif %}{{ item.url }}">{{ item.title }}</a></li><!--
3     {% if item.sub %}
4         --><li class="sub">{% include menu-level.html menu=item.sub %}</li><!--
5     {% endif %}
6 {% endfor %}--></ul>