Sha256: 11f08b7fc1542044dd0fa82afec6401e55a0e871bc198643abb7302f5cc1c089

Contents?: true

Size: 713 Bytes

Versions: 7

Compression:

Stored size: 713 Bytes

Contents

{% if page.assets %}
    {% capture imagePath %}{{ page.assets | slugify }}/{{ include.name }}{% endcapture %}
{% else %}
    {% capture imagePath %}{{ page.title | slugify }}/{{ include.name }}{% endcapture %}
{% endif %}

{% if include.caption %}
<figure>
<img src="{{ site.baseurl }}/static/assets/posts/{{ imagePath }}" {% if include.alt %} alt="{{ include.alt }}" {% endif %} {% if include.width %} width="{{ include.width }}" {% endif %}/>
<figcaption>{{ include.caption }}</figcaption>
</figure>
{% else %}
<img src="{{ site.baseurl }}/static/assets/posts/{{ imagePath }}" {% if include.alt %} alt="{{ include.alt }}" {% endif %} {% if include.width %} width="{{ include.width }}" {% endif %}/>
{% endif %}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
minima-rock-0.9.3 _includes/image.html
minima-rock-0.8.2 _includes/image.html
minima-rock-0.8.1 _includes/image.html
minima-rock-0.8.0 _includes/image.html
minima-rock-0.7.3 _includes/image.html
minima-rock-0.7.2 _includes/image.html
minima-rock-0.7.1 _includes/image.html