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

Download this file

12 lines (11 with data), 399 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<div class="docs-nav-mobile unit whole show-on-mobiles">
<select onchange="if (this.value) window.location.href=this.value">
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
{% for post in site.posts %}
<option value="{{ post.url }}">{{ post.title }}</option>
{% endfor %}
</optgroup>
</select>
</div>