Swap newer and older buttons
This commit is contained in:
@@ -15,13 +15,13 @@ layout: default
|
|||||||
|
|
||||||
<div class="project-footer">
|
<div class="project-footer">
|
||||||
<div>
|
<div>
|
||||||
{% if page.previous != nil %}
|
{% if page.next != nil %}
|
||||||
<a href="{{ page.previous.url }}">Previous</a>
|
<a href="{{ page.next.url }}">Newer</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{% if page.next != nil %}
|
{% if page.previous != nil %}
|
||||||
<a href="{{ page.next.url }}">Next</a>
|
<a href="{{ page.previous.url }}">Older</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user