Skip to content

Commit

Permalink
Remove inactive navigation buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanchandra committed Jan 23, 2015
1 parent 6f6a335 commit 3efcc31
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,13 @@ <h1>
<i class="fa fa-chevron-left"></i>
{{ site.theme.str_prev }}
</a>

{% else %}
<span class="button disabled" class="button" >
<i class="fa fa-chevron-left"></i>
{{ site.theme.str_prev }}
</span>
{% endif %}

{% if paginator.next_page %}
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}" class="button" >
{{ site.theme.str_next }}
<i class="fa fa-chevron-right"></i>
</a>

{% else %}
<span class="button disabled" >
{{ site.theme.str_next }}
<i class="fa fa-chevron-right"></i>
</span>
{% endif %}
</div>
{% endif %}
Expand Down

0 comments on commit 3efcc31

Please sign in to comment.