make post link appear on youtube videos and tweets cuz ppl wanna be able to click it in these circumstances

pull/195/head
Aevann 2023-08-15 23:55:48 +03:00
parent d920ae47c1
commit b540b9fe3c
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
{% if not v_forbid_deleted %}
<div id="post-body" class="post-body mt-3">
{% if p.realurl(v) and not p.embed and not p.is_image and not p.is_video and not p.is_audio %}
{% if p.realurl(v) and not p.is_image and not p.is_video and not p.is_audio %}
<a rel="nofollow noopener" href="{{p.realurl(v)}}" {% if not v or v.newtabexternal %}target="_blank"{% endif %}>
<div class="d-flex justify-content-between align-items-center border rounded p-2 mb-3">
<span>{{p.realurl(v)}}</span>