mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
7 lines
287 B
HTML
7 lines
287 B
HTML
<figure class="image">
|
|
<a href="{{ include.url }}" target="_blank"><img class="image" src="{{ include.url }}" alt="{{ include.description }}" /></a>
|
|
{% if include.description %}
|
|
<figcaption><div class="imagecaption">{{ include.description }}</div></figcaption>
|
|
{% endif %}
|
|
</figure>
|