blob: 2a376be814b29f7f7aff23a7ba532994ed71f567 [file] [log] [blame]
{% assign s = include.section %}
{% if include.title %}
<a {% if s.url %} href="{{site.attrs.base_url}}{{s.url}}" {% endif %}>{{s.title}}</a>
{% endif %}
{% if s.items %}
<ul class='sub_pages'>
{% for subpage in s.items %}
<li><a href="{{site.attrs.base_url}}{{subpage.url}}" class=''>{{subpage.title}}</a></li>
{% endfor %}
</ul>
{% endif %}