Fixed a bug with placement of Newer Posts button
This commit is contained in:
parent
dac5b37565
commit
c421aac1f0
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue