Aevann 2024-04-19 23:17:01 +02:00
parent dc737376f6
commit 6518ab3c49
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div id="view-art-{{kind}}" class="text-center">
<h2 class="mt-4">{{title}}</h2>
{% for url in urls %}
<a href="{{url|expand_art}}">
<a href="{{url|expand_art}}" class="text-decoration-none">
<img class="mt-4 mr-3 img" src="{{url}}" loading="lazy" data-nonce="{{g.nonce}}" data-onclick="expandImage('{{url|expand_art}}')">
</a>
{% endfor %}