File: tutorials_contents_mobile.html

package info (click to toggle)
jekyll 3.9.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,604 kB
  • sloc: ruby: 15,325; javascript: 1,455; sh: 214; xml: 29; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (2)
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>