Sha256: c25048d7dd7321fc776bf2be6bac8fe12ab345cfa6167bcbce363921ff5484bd

Contents?: true

Size: 1.1 KB

Versions: 4

Compression:

Stored size: 1.1 KB

Contents

---
layout: default
---

<section class="content">
  <svg id="content-fader"></svg>
  <div class="list-posts">
    {% assign posts = site.categories[page.category] | default: site.posts %} 
    {% for post in posts %}
    <div class="list-post">
      <a href="{{ post.url }}" class="fade-onclick">
        <div class="list-post-link">
          <img class="list-post-image" src="{{ post.cover-image }}" />
          <div class="list-post-info">
            <div class="list-post-title">{{ post.title }}</div>
            <div class="list-post-summary">{{ post.summary }}</div>
          </div>
        </div>
      </a>
      <div class="list-post-footer">
        <span class="list-post-date">{{ post.date | date_to_string}}</span>
        &middot;
        <a href="{{ "/projects/" }}{{ post.category }}" class="fade-onclick"><span class="list-post-category">{{ post.category }}</span></a>
        <div class="list-post-tags">
          {{ post.tags | join: ", "}}
        </div>
      </div>
    </div>
    {% endfor %} 
  </div>
  {% include footer.html %}
</section>
<script src="/assets/js/post-grid-init.js"></script>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
arco-0.6.3 _layouts/post-list.html
arco-0.6.1 _layouts/post-list.html
arco-0.6.0 _layouts/post-list.html
arco-0.5.0 _layouts/post-list.html