From 54fb71c0bc914490e7c329053ba9d78a7d19d0b3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 19 Jul 2015 16:02:27 +0100 Subject: [PATCH] Added months --- source/_partials/talk-listing-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_partials/talk-listing-item.html b/source/_partials/talk-listing-item.html index e6b51a89..5f2e64a2 100644 --- a/source/_partials/talk-listing-item.html +++ b/source/_partials/talk-listing-item.html @@ -1,5 +1,5 @@
  • {% spaceless %} - {{ talk.location }} - + {{ talk.date|date('F') }} - {{ talk.location }} - {% if talk.title_link -%}{%- endif -%} {{ talk.title }} {%- if talk.title_link -%}{%- endif -%}