working gallery, working skills

This commit is contained in:
Aron Petau 2025-05-14 15:08:38 +02:00
parent 9e63f46919
commit 793f028a40
304 changed files with 3751 additions and 200 deletions

View file

@ -4,7 +4,9 @@
<ul class="gallery">
{% for item in gallery_data %}
<li class="gallery-item">
<img src="{{ item.file }}" >
<a href="{{ item.file }}" class="lightbox" target="_blank">
<img src="{{ item.file }}" {% if item.alt %}alt="{{ item.alt }}"{% endif %}>
</a>
{% if item.title %}
<p class="caption">{{ item.title }}</p>
{% endif %}