|
|
@ -227,12 +227,13 @@
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
<img src="{{ resize_image(path=img, width=300, height=200, op="fill") }}" alt="{{ gallery.title }}">
|
|
|
|
<img src="{{ resize_image(path=img, width=300, height=200, op="fill") }}" alt="{{ gallery.title }}">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
|
|
<div class="info">
|
|
|
|
|
|
|
|
<div class="title">{{ gallery.title }}</div>
|
|
|
|
|
|
|
|
|
|
|
|
{% if gallery.description %}
|
|
|
|
{% if gallery.description %}
|
|
|
|
{{ gallery.description }}
|
|
|
|
<div class="description">{{ gallery.description }}</div>
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
{{ gallery.title }}
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
<div class="date">2021-05-02</div>
|
|
|
|
<div class="date">2021-05-02</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|