Sha256: 8543467ee0c5548cce0d2ab3e5187033409f99463b84ff4b34cb3bc960e9a493

Contents?: true

Size: 593 Bytes

Versions: 1

Compression:

Stored size: 593 Bytes

Contents

---
layout: default
---

<div>

  <h2>Posts</h2>

  {{ content }}

  <ul class="post-list">
    {% for post in site.posts %}
      <li>
        {% assign date_format = site.cayman-blog.date_format | default: "%b %-d, %Y" %}
        <span class="post-meta">{{ post.date | date: date_format }}</span>

        <h2>
          <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
        </h2>
      </li>
    {% endfor %}
  </ul>

  <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>

</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-cayman-blog-0.0.5 _layouts/home.html