gallery: add missing link target on thumbnails (#7344)

This commit is contained in:
Frédéric Péters 2019-05-14 13:52:04 +02:00
parent 24af3c8a2f
commit 2510ef70d4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% endif %}
{% thumbnail image.image "60x60" crop="50% 25%" as im %}
{% thumbnail image.image "640x480" crop="50% 25%" as im_large %}
<a data-image-large="{{ im_large.url }}" class="image-switch"><img src="{{ im.url }}"
<a data-image-large="{{ im_large.url }}" class="image-switch" href=""><img src="{{ im.url }}"
{% if image.title %} title="{{image.title}}" {% endif %}/></a>
{% endthumbnail %}
{% endthumbnail %}