Release v3.7

This commit is contained in:
RichardG867
2022-07-31 20:58:53 -03:00
parent afb6e109e2
commit a5192e61bc
3 changed files with 124 additions and 1 deletions

View File

@@ -1,4 +1,11 @@
{{ include.separator | default: "<hr />" }}
<figure class="image">
<img src="{{ include.url }}" alt="{{ include.heading }}" class="heading" />
<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>