ParkerTenBroeck.github.io/templates/shortcodes/image.html
ParkerTenBroeck 0a882b6614 video support
2026-01-19 13:13:23 -05:00

6 lines
No EOL
234 B
HTML

<figure class="{% if class %} {{ class }} {% endif %}">
<img src="{{ get_url(path=src) }}" loading="lazy" decoding="async" class="zoomable">
{% if caption != "" %}
<figcaption>{{ caption }}</figcaption>
{% endif %}
</figure>