Sha256: 85552dd7caaa550b5ea4a520605a6767432016ad81ca720f67bfd68ad44b3212

Contents?: true

Size: 334 Bytes

Versions: 5

Compression:

Stored size: 334 Bytes

Contents

<!--
  insert an image located in assets/images/posts/ and wrap with .post__image div.
-->
<div class="post__image">

  {% picture {{ include.link | prepend: 'posts/' }} --alt {{include.alt}} --img class="post__content--image" %}

  {% if include.caption %}
  <p class="image--caption">{{ include.caption }}</p>
  {% endif %}

</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slow-steps-0.3.2 _includes/image-post.html
slow-steps-0.3.1 _includes/image-post.html
slow-steps-0.3.0 _includes/image-post.html
slow-steps-0.2.1 _includes/image-post.html
slow-steps-0.2.0 _includes/image-post.html