Sha256: 3f49ca613ad2888b202c068b73c451889add2e037fc30488efab2f9f9c5370b9

Contents?: true

Size: 370 Bytes

Versions: 3

Compression:

Stored size: 370 Bytes

Contents

---
layout: default
---

<div class="home">

  <h1>Posts</h1>

  <ul class="posts">
    {% for post in site.posts %}
      <li><span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span> <a class="post-link" href="{{ post.url }}">{{ post.title }}</a></li>
    {% endfor %}
  </ul>

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

</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-2.0.0.rc1 lib/site_template/index.html
jekyll-2.0.0.alpha.3 lib/site_template/index.html
jekyll-2.0.0.alpha.2 lib/site_template/index.html