remotes/1693045480750635534/spooky-22
Aevann1 2021-09-03 22:31:26 +02:00
parent 49296f7e73
commit 3609c44bb3
1 changed files with 2 additions and 2 deletions

View File

@ -216,8 +216,8 @@
</div>
</div>
{% if p.is_image %}
<div style="text-align: center" class="mt-3">
{% if "pcm" in request.host and p.is_image %}
<div style="text-align: center" class="mt-4">
<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>