avoid underlined image links

This commit is contained in:
Christoph Cullmann 2025-07-19 22:07:57 +02:00
parent 85428fbe0d
commit 90c5c32469
No known key found for this signature in database

View file

@ -1,3 +1,3 @@
<center>
<a href="{{ .Get "src" }}" target="_new"><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="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" /></a>
</center>