mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-07 05:18:40 -04:00
6 lines
No EOL
276 B
HTML
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> |