ParkerTenBroeck.github.io/templates/shortcodes/image.html
Parker TenBroeck 458a6ced12 updated QTip
2026-01-18 19:11:54 -05:00

6 lines
No EOL
276 B
HTML

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