remotes/1693045480750635534/spooky-22
fireworks88 2021-09-05 22:42:56 +02:00
parent bc187810b8
commit d5fb0c1dab
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<a href="javascript:void(0)" class="expandable-image" data-toggle="modal" data-target="#expandImageModal" data-url="{{p.realurl(v)}}">
<img loading="lazy" src="{{p.thumb_url}}" class="post-img">
</a>
{% elif not p.is_video %}
{% else %}
<a {% if not v or v.newtabexternal %}target="_blank"{% endif %} rel="nofollow noopener noreferrer" href="{{p.realurl(v)}}">
<img loading="lazy" src="{{p.thumb_url}}" class="post-img">
</a>