Adds opening images in new tab

This commit is contained in:
pluja 2020-10-04 08:13:42 +02:00
parent 8143ea3a23
commit 28f155c033

View File

@ -24,7 +24,7 @@
</div>
<div class="extra content">
{% if post.attachedImg %}
<a href="{{post.attachedImg}}"><img alt="Image attachment" class="ui centered fluid rounded medium image" src="{{post.attachedImg}}">
<a target="_blank" href="{{post.attachedImg}}"><img alt="Image attachment" class="ui centered fluid rounded medium image" src="{{post.attachedImg}}">
{% endif %}
{% if post.isReply %}
<div class="ui card">