From 417daeb7031242a49fdfcb24d4e99dbca6a897e2 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Mon, 20 Jul 2015 01:03:09 +0100
Subject: [PATCH] Show months in bold

---
 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 5f2e64a2..4df58ae8 100644
--- a/source/_partials/talk-listing-item.html
+++ b/source/_partials/talk-listing-item.html
@@ -1,5 +1,5 @@
 <li>{% spaceless %}
-    {{ talk.date|date('F') }} - {{ talk.location }} -
+    <strong>{{ talk.date|date('F') }}</strong> - {{ talk.location }} -
     {% if talk.title_link -%}<a href="{{ talk.title_link }}" title="{{ talk.title }}">{%- endif -%}
     {{ talk.title }}
     {%- if talk.title_link -%}</a>{%- endif -%}