fix: cache-busting de la galerie d apercus (C9)

This commit is contained in:
2026-07-14 16:10:04 +02:00
parent dc92171f82
commit f17b1696d5
2 changed files with 69 additions and 32 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
{% if previews %}
<div class="gallery">
{% for n in previews %}
<figure><img src="/p/{{ p.slug }}/previews/{{ n }}" loading="lazy">
<figure><img src="/p/{{ p.slug }}/previews/{{ n }}?v={{ cache_v }}" loading="lazy">
<figcaption>{{ n }}</figcaption></figure>
{% endfor %}
</div>