Sha256: 13127f7c7c6fd7f377f8d1b00e77db60d157cc377f4ebf871c9a763f9b02c892

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 Bytes

Contents

---
layout: default
---

<article class="container typo">

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

  <section class="posts">
    <ul class="post-list">
      {% for post in site.posts %}
        {% if post.journal == nil %}
          <li>
            <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
            {% assign date_format = site.gravid.date_format | default: "%m/%d/%Y" %}
            <small class="post-meta archive">{{ post.date | date: date_format }}</small>
          </li>
        {% endif %}
      {% endfor %}
    </ul>
  </section>

</article>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gravid-0.1.10 _layouts/archive.html