1
0
원본 프로젝트 : Chaospott/site

pagination now might work

This commit is contained in:
haggis
2016-01-13 22:07:13 +01:00
부모 4790ae492e
커밋 39263a5cbd

파일 보기

@@ -50,5 +50,5 @@ layout: default
</script>
{% endfor %}
<div>{% 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>