diff --git a/layouts/index.html b/layouts/index.html
index 2f216c0..d1b2c69 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -8,7 +8,7 @@
{{ range where .Site.RegularPages "Section" "posts" }}
-
- {{ .Title }} - {{ .Date.Format "2006-01-02" }}
+ {{ .Title }} - {{ .Date.Format "2006-01-02" }}
{{ end }}