[enh] same for index page
This commit is contained in:
parent
522ab9e82b
commit
7289ac0ae0
@ -27,7 +27,7 @@
|
|||||||
<div class="gallery-title">
|
<div class="gallery-title">
|
||||||
<h2>{{ gallery.title }}</h2>
|
<h2>{{ gallery.title }}</h2>
|
||||||
{% if gallery.sub_title %}<h3>{{ gallery.sub_title }}</h3>{% endif %}
|
{% if gallery.sub_title %}<h3>{{ gallery.sub_title }}</h3>{% endif %}
|
||||||
<div class="gallery-datetime">{{ gallery.date }}</div>
|
{% if gallery.date %}<div class="gallery-datetime">{{ gallery.date.strftime("%d %B %Y") }}</div>{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="gallery-cover" style="background-image: url('{{ gallery.cover }}');"></div>
|
<div class="gallery-cover" style="background-image: url('{{ gallery.cover }}');"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user