www/layouts/shortcodes/image.html

3 lines
130 B
HTML

<center>
<a href="{{ .Get "src" }}" target="_new"><img width="80%" src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" /></a>
</center>