Sha256: 3340c4247c407b9ad7417d90dd0b1f12b57458e59fc859462066de556258cf86

Contents?: true

Size: 841 Bytes

Versions: 5

Compression:

Stored size: 841 Bytes

Contents

---
layout: default
---

<!-- this page shows all our posts ordered by date -->
<!-- we link to this with /posts/ -->

<section class="feed__head">

<h1 class="feed__title">
  {{ page.title }}
</h1>


</section>

<div class="post__feed">

  {% for post in site.posts %}

  <div class="feed__card">

    <div class="feed__card__image">
    {% picture thumb {{ post.image | prepend: 'posts/' }} --alt {{ post.alt }} --img class="feed__card--image" %}
    </div>
    <div class="feed__card--text">
      <p class="feed__card--meta">Published <span>{{ post.date | date: "%b %d, %Y" }}</span></p>
      <a class="feed__card--link" href="{{ site.baseurl }}{{ post.url }}">

      <h4 class="feed__card--title">{{ post.title }}</h4>
      <p class="post__subtitle">{{ post.subtitle }}</p>
      </a>


    </div>

  </div>

  {% endfor %}


</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slow-steps-0.3.2 _layouts/feed.html
slow-steps-0.3.1 _layouts/feed.html
slow-steps-0.3.0 _layouts/feed.html
slow-steps-0.2.1 _layouts/feed.html
slow-steps-0.2.0 _layouts/feed.html