Sha256: 1e6cd9f68cfd5c58c0e94af06420ce9da2b7aa2b9403386599d774d26827d524

Contents?: true

Size: 530 Bytes

Versions: 1

Compression:

Stored size: 530 Bytes

Contents

---
layout:   post
---
<div class="row">
  {% for post in site.posts %}
  <div class="4u 12u$(medium)">
    <a href="{{ post.url | relative_url }}">
      <div class="box">
        <h3>{{ post.title }}</h2>
        {% if post.date %}<p>{{ post.date | date_to_string }}</p>{% endif %}
        {% if post.image %}<span class="image fit"><img src="{{ site.baseurl }}/{{ post.image }}" alt="" /></span>{% endif %}
        <p>{{ post.excerpt | strip_html | truncatewords: 15 }}</p>
      </div>
    </a>
  </div>
  {% endfor %}
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fortyone-jekyll-theme-1.0.0 _layouts/allposts.html