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

Version Path
aemi-1.2.10 _includes/image-caption.html
aemi-1.2.9 _includes/image-caption.html
aemi-1.2.8 _includes/image-caption.html
aemi-1.2.7 _includes/image-caption.html
aemi-1.2.6 _includes/image-caption.html
aemi-1.2.5 _includes/image-caption.html
aemi-1.2.4 _includes/image-caption.html
aemi-1.2.3 _includes/image-caption.html
aemi-1.2.2 _includes/image-caption.html
aemi-1.2.1 _includes/image-caption.html
aemi-1.2.0 _includes/image-caption.html
aemi-1.1.5 _includes/image-caption.html
aemi-1.1.4 _includes/image-caption.html
aemi-1.1.3 _includes/image-caption.html
aemi-1.1.2 _includes/image-caption.html
aemi-1.1.1 _includes/image-caption.html