updated QTip

This commit is contained in:
Parker TenBroeck 2026-01-18 19:11:54 -05:00
parent 9356e79e1a
commit 458a6ced12
11 changed files with 428 additions and 4 deletions

View file

@ -0,0 +1,6 @@
<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>