mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
4 lines
214 B
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>
|