Files
ResInsight/_includes/news_contents_mobile.html
Magne Sjaastad 57d314e82b Test of news
2014-04-11 21:26:10 +02:00

12 lines
399 B
HTML

<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>