Files
rdvspeakers-theme-hugo/layouts/shortcodes/centered-img.html
Horacio Gonzalez 5a3f6a3161 Initial commit
2020-10-14 14:21:46 +02:00

6 lines
161 B
HTML

<div class="centered-img">
<img
src="{{.Get "src" }}"
alt="{{.Get "alt" | default "" }}"
width="{{.Get "width" | default "auto" }}">
</div>