mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-13 08:58:02 -05:00
11 lines
229 B
HTML
11 lines
229 B
HTML
<div class="unit one-fifth hide-on-mobiles">
|
|
<aside>
|
|
{% for section in site.data.tutorials %}
|
|
<h4>{{ section.title }}</h4>
|
|
|
|
{% include tutorials_ul.html items=section.tutorials %}
|
|
|
|
{% endfor %}
|
|
</aside>
|
|
</div>
|