blog/themes/ficurinia/layouts/shortcodes/imgwwidth.html
2023-04-29 16:12:36 +02:00

2 lines
93 B
HTML

<img src='{{ .Get "src" }}' alt='{{ .Get "alt" }}' style='max-width: {{ .Get "width" }};' />