blog/themes/hugo-ficurinia/layouts/shortcodes/imgwwidth.html
2025-02-12 22:47:22 +01:00

1 line
93 B
HTML

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