Sha256: 20a19d2ef83a66e0252b5115219d95382213f0155f712f2bd9a1a96b3ef5ca10
Contents?: true
Size: 624 Bytes
Versions: 2
Compression:
Stored size: 624 Bytes
Contents
--- layout: default --- <div class="home row column"> <h1 class="page-heading">Posts</h1> {{ content }} <ul class="post-list"> {% for post in site.posts %} <li> {% assign date_format = site.foundation6_jekyll_base.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foundation6-jekyll-base-0.0.2 | _layouts/home.html |
foundation6-jekyll-base-0.0.1 | _layouts/home.html |