AlexSelimov.com/layouts/shortcodes/img.html

7 lines
211 B
HTML
Raw Permalink Normal View History

<center>
<img {{ with .Get "src" }} src="{{ . }}"{{ end }}
{{ with .Get "width" }} width="{{ . }}"{{ end }}
{{ with .Get "max-width" }} style=" max-width:{{ . }}" {{ end }}
>
</center>