From c853de4800dd3022ac4f346c8b5bfe0ff67d0e3d Mon Sep 17 00:00:00 2001
From: Parker Moore
Date: Sat, 6 Jul 2013 14:34:34 +0200
Subject: [PATCH] Cleaned up post details markup
---
site/_includes/news_item.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html
index 7068a692..61a60741 100644
--- a/site/_includes/news_item.html
+++ b/site/_includes/news_item.html
@@ -8,6 +8,8 @@
{{ post.content }}
- Posted on {{ post.date | date_to_string }} by @{{ post.author }}, filed in {{ post.categories | array_to_sentence_string }}
+ Posted on {{ post.date | date_to_string }}
+ by @{{ post.author }},
+ filed in {{ post.categories | array_to_sentence_string }}