Files
jekyll/site/_includes/docs_contents.html
2014-01-14 21:48:08 -06:00

9 lines
213 B
HTML

<div class="unit one-fifth hide-on-mobiles">
<aside>
{% for section in site.data.docs %}
<h4>{{ section.title }}</h4>
{% include docs_ul.html items=section.docs %}
{% endfor %}
</aside>
</div>