Sha256: 30f7b5a466268d38aa9ecfe8b36952f5343764111b97f3e9ff3bcda3708de3f2
Contents?: true
Size: 516 Bytes
Versions: 18
Compression:
Stored size: 516 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
18 entries across 18 versions & 10 rubygems