diff --git a/templates/sections/full-picture.html b/templates/sections/full-picture.html index 9fc4707..527512e 100644 --- a/templates/sections/full-picture.html +++ b/templates/sections/full-picture.html @@ -5,7 +5,7 @@

{{ section.text.title }}

{{ section.text.sub_title }}

-
{{ section.text.date }}
+ {% if section.text.date %}
{{ section.text.date.strftime("%d %B %Y") }}
{% endif %}
{% endif %}