forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-16 21:26:24 -06:00
parent fe89c82198
commit 64647be9b7
1 changed files with 4 additions and 3 deletions

View File

@ -303,10 +303,11 @@
{% endif %}
{% if p.is_image %}
(image post)
<span class="flex-shrink-0">(image post)</span>
{% elif p.realurl(v) %}
<a class="flex-shrink-0 text-gray-500 hover:underline" href="/search/posts/?q=domain%3A{{p.domain}}&sort=new&t=all" {% if not v or v.newtabexternal %}target="_blank"{% endif %}>({{p.domain}})
</a>
<a class="flex-shrink-0 text-gray-500 hover:underline" href="/search/posts/?q=domain%3A{{p.domain}}&sort=new&t=all" {% if not v or v.newtabexternal %}target="_blank"{% endif %}>
({{p.domain}})
</a>
{% else %}
<span class="flex-shrink-0">(text post)</span>
{% endif %}