Skip to content

Commit

Permalink
changed the blog navigation for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
poguez committed Aug 7, 2014
1 parent 0f18b80 commit df45819
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/news_contents_mobile.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<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">
<option value="">Navega en el blog =></option>
<option value="/blog/">Todos los artículos</option>
<optgroup label="Art&iacute;culos recientes">
{% for post in site.posts %}
<option value="{{ post.url }}">{{ post.title }}</option>
{% endfor %}
Expand Down

0 comments on commit df45819

Please sign in to comment.