From a7514880bd83e54bb45c1a295abe633371844b94 Mon Sep 17 00:00:00 2001 From: mathias Date: Fri, 8 Apr 2016 22:54:32 +0300 Subject: [PATCH] Update index.html --- index.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b3fd8cd..fb5152e 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ {{ site.title }} + - - + +
@@ -404,10 +405,12 @@

News

    - {% for post in site.posts %}
  • + {% for post in site.posts %} +
  • {{ post.content }} {{ post.date | date: "%B %e, %Y" }} -
  • {% endfor %} + + {% endfor %}