[enh] better handling of date for full-picture
This commit is contained in:
parent
67c3b7e5f5
commit
522ab9e82b
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user