pagination now might work
This commit is contained in:
parent
4790ae492e
commit
39263a5cbd
@ -50,5 +50,5 @@ layout: default
|
|||||||
</script>
|
</script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<div>{% if previous_page %}<a href="{{ previous_page_path }}">Zurück</a>{% endif %} | Seite {{ page }} von {{ total pages }} | {% if next_page %}<a href="{{ next_page_path }}">Vor</a>{% endif %}</div>
|
<div class="page-navigation">{% if previous_page %}<a href="{{ previous_page_path }}">Zurück</a>{% endif %} | Seite {{ page }} von {{ total pages }} | {% if next_page %}<a href="{{ next_page_path }}">Vor</a>{% endif %}</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user