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