Revision 7508da11c174ca4ada21ee1e3f4ea3a04cd8406f authored by jekyllbot on 10 March 2018, 02:09:57 UTC, committed by jekyllbot on 10 March 2018, 02:09:57 UTC
1 parent e1b64f9
Raw File
news_contents_mobile.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>
back to top