diff --git a/blog/index.html b/blog/index.html
index 9eac44a..1519bea 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -4,49 +4,8 @@ title: Blog
section_id: blog
---
- {% for post in paginator.posts %}
- {% assign mod = forloop.index | modulo: 2 %}
- {% if mod == 1 %}
-
-
- {% if post.categories != empty %}
-
- {% for cat in post.categories %}
- {{cat | capitalize }}
- {% unless forloop.last %}
- ,
- {% endunless %}
- {% endfor %}
-
- /
- {% endif %}
-
{{ post.date | date: "%d" }}
-
{{ post.date | date: "%B %Y" }}
-
-
-
-
- {% if post.images %}
-
- {% endif %}
-
- {% endif %}
- {% endfor %}
-
-
-
- {% for post in paginator.posts %}
+ {% for post in paginator.posts %}
{% assign mod = forloop.index | modulo: 2 %}
{% if mod == 1 %}
@@ -85,3 +44,4 @@ section_id: blog
{% endif %}
{% endfor %}
+