mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 17:15:35 -07:00
12 lines
305 B
HTML
12 lines
305 B
HTML
{{ include.separator | default: "<hr />" }}
|
|
<figure class="image">
|
|
<img src="{{ include.url }}" class="heading"
|
|
{% if include.heading %}
|
|
alt="{{ include.heading }}"
|
|
{% endif %}
|
|
{% if include.tooltip or include.heading %}
|
|
title="{{ include.tooltip | default: include.heading }}"
|
|
{% endif %}
|
|
/>
|
|
</figure>
|