remotes/1693045480750635534/spooky-22
Aevann1 2021-09-03 22:29:10 +02:00
parent 68c53f9fa5
commit d385a5708f
1 changed files with 8 additions and 0 deletions

View File

@ -216,6 +216,14 @@
</div>
</div>
{% if "pcm" in request.host and p.is_image %}
<div style="text-align: center" class="mt-3">
<a target="_blank" rel="nofollow noopener noreferrer" href="{{p.url}}">
<img loading="lazy" src="{{p.url}}" class="img-fluid" style="max-height:500px;" alt="Unable to load image">
</a>
</div>
{% endif %}
{% if p.realbody(v) %}
<div class="d-none card rounded border pb-0 pt-3 my-2" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}