open external on new tab

This commit is contained in:
pluja 2020-09-09 16:39:58 +02:00
parent 47696d60ca
commit 67a806fb24

View File

@ -5,7 +5,7 @@
<img alt="Avatar" class="ui avatar image" src="{{ post.profilePic }}">
</div>
<a href="{{post.url}}"><span class="right floated star">
<a target="_blank" href="{{post.url}}"><span class="right floated star">
<i class="share square outline icon"></i>
</span></a>
</div>