mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-22 09:35:35 -07:00
7 lines
321 B
HTML
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>
|