Files
86box.github.io/_includes/image.html
2021-12-01 17:13:52 -03:00

7 lines
321 B
HTML

<figure class="image" style="text-align: center;">
<a href="{{ include.url }}" target="_blank"><img src="{{ include.url }}" alt="{{ include.description }}" style="max-width: 100%; width: auto; height: auto;" /></a>
{% if include.description %}
<figcaption>{{ include.description }}</figcaption>
{% endif %}
</figure>