Sha256: 0d0a88a55e6933c656afd13c36adca69c7d3fd9dec8d3ee86ef751009bf21ad7
Contents?: true
Size: 541 Bytes
Versions: 1
Compression:
Stored size: 541 Bytes
Contents
--- layout: default --- <div class="home"> <h1 class="page-heading">Posts</h1> {{ content }} <ul class="post-list"> {% for post in site.posts %} <li> <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</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-plus-0.1.0 | lib/jekyll/templates/classic_template/theme_folders/_layouts/home.html |