diff --git a/templates/index.html b/templates/index.html
index 41b9b20..b856f2a 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -27,7 +27,7 @@
{{ gallery.title }}
{% if gallery.sub_title %}
{{ gallery.sub_title }}
{% endif %}
-
{{ gallery.date }}
+ {% if gallery.date %}
{{ gallery.date.strftime("%d %B %Y") }}
{% endif %}