From b253cb3c41c33a3acfbf8666b31c0aa64bf82046 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 16 Jul 2016 12:16:31 -0400 Subject: [PATCH] better date --- _includes/post-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/post-list.html b/_includes/post-list.html index 60e8ff3..73c43cc 100644 --- a/_includes/post-list.html +++ b/_includes/post-list.html @@ -2,7 +2,7 @@ {% for post in paginator.posts %} {% if post.status == "published" %}
  • - + {{ post.title }}

    {{ post.description }}

  • {% endif %}