Sha256: 5071929b314a45fb29dc2423ff9461f1d85d375fe8454385becbe4423e349114

Contents?: true

Size: 726 Bytes

Versions: 9

Compression:

Stored size: 726 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

9 entries across 9 versions & 1 rubygems

Version Path
minima-rock-0.11.0 _includes/image.html
minima-rock-0.10.0 _includes/image.html
minima-rock-0.9.5 _includes/image.html
minima-rock-0.9.4 _includes/image.html
minima-rock-0.9.2 _includes/image.html
minima-rock-0.9.1 _includes/image.html
minima-rock-0.9.0 _includes/image.html
minima-rock-0.7.0 _includes/image.html
minima-rock-0.6.1 _includes/image.html