[077a87]: / docs / _includes / tutorials_contents_mobile.html

Download this file

11 lines (10 with data), 389 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<div class="docs-nav-mobile unit whole show-on-mobiles">
<select onchange="if (this.value) window.location.href=this.value">
<option value="">Navigate the tutorials…</option>
{% for section in site.data.tutorials %}
<optgroup label="{{ section.title }}">
{% include tutorials_option.html items=section.tutorials %}
</optgroup>
{% endfor %}
</select>
</div>