diff --git a/index.html b/index.html
index 1a69fef..94af471 100644
--- a/index.html
+++ b/index.html
@@ -21,9 +21,6 @@ layout: default
{% for post in paginator.posts %}
{{ post.date | date: "%Y-%m-%d" }} - {{ post.title }}
-
-
-
{% if post.language == 'de' %}
@@ -33,6 +30,9 @@ layout: default
{% if post.updated != post.created %}
{% endif %}
+
+
+
{% endfor %}