blog/themes/ficurinia/layouts/shortcodes/imgwwidth.html

2 lines
93 B
HTML
Raw Normal View History

2023-04-29 14:12:36 +00:00
<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}' style='max-width: {{ .Get "width" }};' />