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