Sha256: c06d2bbd09dc8dbd27f2e9848cbe7e01ed73e843aa4bbbd2ccf3b89cbc297ebd
Contents?: true
Size: 491 Bytes
Versions: 3
Compression:
Stored size: 491 Bytes
Contents
--- layout: default --- <div class="home"> <!--<h1 class="page-heading">Posts</h1>--> <ul class="post-list"> {% for post in site.posts %} <li> <!--<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>--> <span class="post-meta">{{ post.date | date: "%Y-%m-%d,%A" }}</span> <h1> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> </h1> </li> {% endfor %} </ul> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
scateu.me-jekyll-theme-0.2.1 | index.html |
scateu.me-jekyll-theme-0.2.0 | index.html |
scateu.me-jekyll-theme-0.1.2 | index.html |