site/templates/shortcodes/img.html

5 lines
139 B
HTML
Raw Normal View History

2022-10-26 14:19:29 -05:00
<figure>
<img src="{{ src }}" alt="{{ caption }}">
<figcaption>{{ caption | markdown(inline=true) | safe }}</figcaption>
</figure>