remove pipe
This commit is contained in:
parent
de25e0036c
commit
3fe34d2404
|
@ -41,7 +41,7 @@
|
|||
{% if page.has_previous or page.has_next %}
|
||||
<div id="prevNext">
|
||||
{% if page.has_previous %}<a id="triangleUp" href="?q={{ query }}&page={{ page.previous_page_number }}">Previous</a>{% endif %}
|
||||
|
|
||||
|
||||
{% if page.has_next %}<a id="triangleDown" href="?q={{ query }}&page={{ page.next_page_number }}">Next</a>{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user