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