diff --git a/blog.html b/blog.html
index 6f7d019..4af3a28 100644
--- a/blog.html
+++ b/blog.html
@@ -51,12 +51,12 @@ layout: default
{% endfor %}
- {% if previous_page %}
-
Zurück
+ {% if paginator.previous_page %}
+
Zurück
{% endif %}
- | Seite {{ page }} von {{ total pages }} |
+ | Seite {{ paginator.page }} von {{ paginator.total pages }} |
{% if next_page %}
-
Vor
+
Vor
{% endif %}