mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
Another template addition for a future blog post
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<figure class="image">
|
||||
<a href="{{ include.url }}" target="_blank"><img class="image" src="{{ include.url }}" alt="{{ include.description }}" /></a>
|
||||
<a href="{{ include.url }}" target="_blank"><img class="image" src="{{ include.thumbnail | default: include.url }}" alt="{{ include.description }}" /></a>
|
||||
{% if include.description %}
|
||||
<figcaption><div class="imagecaption">{{ include.description }}</div></figcaption>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user