+ + {{ post.title }} + +
++ {{ post.content }} +
++ Posted on {{ post.date | date_to_string }} by @{{ post.author }}, filed in {{ post.categories | array_to_sentence_string }} +
+diff --git a/site/_includes/news_item.html b/site/_includes/news_item.html index 7a7ea4af..7068a692 100644 --- a/site/_includes/news_item.html +++ b/site/_includes/news_item.html @@ -1,7 +1,13 @@ -
- {{ post.content }} -
-- Posted on {{ post.date | date_to_string }} by @{{ post.author }}, filed in {{ post.categories | array_to_sentence_string }} -
++ {{ post.content }} +
++ Posted on {{ post.date | date_to_string }} by @{{ post.author }}, filed in {{ post.categories | array_to_sentence_string }} +
+- {{ page.content }} -
-- Posted on {{ page.date | date_to_string }} by @{{ page.author }}, filed in {{ page.categories | array_to_sentence_string }} -
-