mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
6 lines
No EOL
234 B
HTML
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> |