remotes/1693045480750635534/spooky-22
Aevann1 2021-12-16 19:59:29 +02:00
parent bf1cbc40d7
commit 67f2a8349b
1 changed files with 3 additions and 1 deletions

View File

@ -147,7 +147,9 @@
<span class="flex-shrink-0" data-bs-toggle="tooltip" data-bs-placement="bottom" id="edited_timestamp-{{p.id}}">{{p.edited_string}}</span>
{% endif %}
{% if p.realurl(v) %}
{% if p.is_image %}
(image post)
{% elif p.realurl(v) %}
<a class="flex-shrink-0" class="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>