allow people to see full size images

This commit is contained in:
Christoph Cullmann 2025-07-19 20:48:10 +02:00
parent ef9752373f
commit 6e613d7b15
No known key found for this signature in database

View file

@ -1,3 +1,3 @@
<center> <center>
<img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" /> <a href="{{ .Get "src" }}" target="_new"><img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" /></a>
</center> </center>