forked from rDrama/rDrama
1
0
Fork 0

fix previous commit

master
Aevann1 2022-08-15 08:21:08 +02:00
parent 6f2fed7aa5
commit b010c4b228
1 changed files with 1 additions and 9 deletions

View File

@ -723,7 +723,7 @@
{% if not v_forbid_deleted %}
<div id="post-body" class="post-body mt-3">
{% if p.realurl(v) %}
{% if not p.embed_url and not p.is_image and not p.is_video and not p.is_audio %}
{% if not p.embed_url and not p.is_image and not p.is_audio %}
<a rel="nofollow noopener noreferrer" href="{{p.realurl(v)}}" {% if not v or v.newtabexternal %}target="_blank"{% endif %}>
<div class="d-flex d-md-none justify-content-between align-items-center border rounded p-2{% if p.realbody(v) %} mb-3{% endif %}">
<span>{{p.domain|truncate(30, True)}}</span>
@ -887,14 +887,6 @@
</div>
</div>
{% if not p.is_image and not p.is_audio %}
<div class="row no-gutters d-md-none">
<div class="col">
<a {% if not v or v.newtabexternal %}target="_blank"{% endif %} rel="nofollow noopener noreferrer" href="{{p.realurl(v)}}"></a>
</div>
</div>
{% endif %}
</div>
<div class="row mb-3 d-md-none">