Sha256: 1003cdb882e69016c508761422255361e595f655ae50e4cb93f4408849d48d09

Contents?: true

Size: 368 Bytes

Versions: 20

Compression:

Stored size: 368 Bytes

Contents


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

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

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

</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
slow-steps-1.0.8 _includes/image-post.html
slow-steps-1.0.6 _includes/image-post.html
slow-steps-1.0.5 _includes/image-post.html
slow-steps-1.0.4 _includes/image-post.html
slow-steps-1.0.3 _includes/image-post.html
slow-steps-1.0.2 _includes/image-post.html
slow-steps-1.0.1 _includes/image-post.html
slow-steps-1.0.0 _includes/image-post.html
slow-steps-0.4.14 _includes/image-post.html
slow-steps-0.4.13 _includes/image-post.html
slow-steps-0.4.12 _includes/image-post.html
slow-steps-0.4.11 _includes/image-post.html
slow-steps-0.4.10 _includes/image-post.html
slow-steps-0.4.9 _includes/image-post.html
slow-steps-0.4.8 _includes/image-post.html
slow-steps-0.4.7 _includes/image-post.html
slow-steps-0.4.6 _includes/image-post.html
slow-steps-0.4.5 _includes/image-post.html
slow-steps-0.4.4 _includes/image-post.html
slow-steps-0.4.3 _includes/image-post.html