diff --git a/index.html b/index.html
index fe6d23c..a68e0fa 100644
--- a/index.html
+++ b/index.html
@@ -400,16 +400,14 @@
News
-
-
- {% for post in site.posts %}
- -
- {{ post.content }}
- {{ post.date | date: "%B %e, %Y" }}
-
- {% endfor %}
-
-
+
+ {% for post in site.posts %}
+ -
+ {{ post.content }}
+ {{ post.date | date: "%B %e, %Y" }}
+
+ {% endfor %}
+