pagination now might work

This commit is contained in:
haggis 2016-01-13 22:17:25 +01:00
parent 39263a5cbd
commit f92c61792c
1 changed files with 9 additions and 1 deletions

View File

@ -50,5 +50,13 @@ layout: default
</script>
{% endfor %}
<div class="page-navigation">{% if previous_page %}<a href="{{ previous_page_path }}">Zur&uuml;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&uuml;ck</a>
{% endif %}
| Seite {{ page }} von {{ total pages }} |
{% if next_page %}
<a href="{{ next_page_path }}">Vor</a>
{% endif %}
</div>