www/layouts/shortcodes/image.html
2025-07-19 22:12:35 +02:00

5 lines
212 B
HTML

<center>
<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>