www/layouts/shortcodes/image.html

3 lines
185 B
HTML

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