[enh] better handling of date for full-picture

This commit is contained in:
Laurent Peuch 2015-12-09 05:28:15 +01:00
parent 67c3b7e5f5
commit 522ab9e82b

View File

@ -5,7 +5,7 @@
<div class="picture-text-column"> <div class="picture-text-column">
<h1>{{ section.text.title }}</h1> <h1>{{ section.text.title }}</h1>
<h2>{{ section.text.sub_title }}</h2> <h2>{{ section.text.sub_title }}</h2>
<div class="datetime">{{ section.text.date }}</div> {% if section.text.date %}<div class="datetime">{{ section.text.date.strftime("%d %B %Y") }}</div>{% endif %}
</div> </div>
</div> </div>
{% endif %} {% endif %}