Fixed a bug with placement of Newer Posts button

This commit is contained in:
Marcel Huth 2015-12-22 13:12:03 +01:00
parent dac5b37565
commit c421aac1f0

View file

@ -8,7 +8,7 @@
{% if articles_page.has_previous() %} {% if articles_page.has_previous() %}
<a class="btn float-right" href="{{ SITEURL }}/{{ articles_previous_page.url }}"> <a class="btn float-right" href="{{ SITEURL }}/{{ articles_previous_page.url }}">
Newer Posts <i class="fa fa-angle-right"></i> Newer Posts <i class="fa fa-angle-right"></i>
</a> </a><div style='clear:both'></div>
{% endif %} {% endif %}
</div> </div>
{% endif %} {% endif %}