avoid borders

This commit is contained in:
Christoph Cullmann 2025-07-19 22:12:35 +02:00
parent 90c5c32469
commit 285a3bc842
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
<center>
<a href="{{ .Get "src" }}" target="_new" style="border-bottom: 0px; background-color: inherit;"><img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" /></a>
<a href="{{ .Get "src" }}" target="_new" style="border-bottom: 0px; background-color: inherit;">
<img width="90%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" style="border: 0px;" />
</a>
</center>