1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v2/templates/shortcodes/figure.html

4 lines
214 B
HTML

<figure>
<a href="{{ link }}"><img src="{{ resize_image(path=image, width=width, op="fit_width", quality=quality | default(value=75)) }}" alt="{{ alt }}" /></a>
<figcaption>{{ caption }}</figcaption>
</figure>