Sha256: 47c77d350349045f13c614d943afe21f9b354b374c7d137b7268bc5852229aba
Contents?: true
Size: 609 Bytes
Versions: 16
Compression:
Stored size: 609 Bytes
Contents
<figure class="image with-caption"> <picture> {% for format in site.data.mime.types.images %} <source srcset="{{ include.name | relative_url }}.{{ format.ext }}" type="image/{{ format.type }}"> {% endfor %} <img src="{{ include.name | relative_url }}.png" {% if include.alt != nil %}alt="{{ include.alt | escape }}"{% endif %} loading="lazy"> </picture> {% if include.caption != nil %} <figcaption>{{ include.caption | escape }}</figcaption> {% else if include.alt != nil %} <figcaption>{{ include.alt | escape }}</figcaption> {% endif %} </figure>
Version data entries
16 entries across 16 versions & 1 rubygems