Sha256: 76b01257a4740d138a98dc90508c1686f42796d0e3899fa6b160b2e839d9e5df
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
<h2 class="mt-lg">Recent posts</h2> <ul class="posts-feed"> {% for post in site.posts | limit:5 %} <li class="post-node"> <a href="{{ site.url }}{{ post.url }}" class="post-link"> <span class="post-title">{{ post.title }}</span> <time class="post-date">{{ post.date | date: "%B %d, %Y" }}</time> </a> </li> {% endfor %} </ul> <a href="{{ node.url }}/blog" class="next-post">All posts →</a>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
another-theme-0.0.1 | _includes/last-posts.html |