Sha256: b782199b00cf642c3484fe52027df0ee1eb5097cceda0c4cbf44b9c248837eaf
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 Bytes
Contents
<h2 class="mt-5">Recent posts</h2> <hr> <ul class="posts-feed unstyle-list"> {% for post in site.posts | limit:5 %} <li class="post-node"> <a href="{{ site.url }}{{ post.url }}" class="post-link row align-items-center"> <div class="post-title col-auto pr-0">{{ post.title }}</div> <time class="post-date col-auto">{{ 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
another-theme-1.0.4 | _includes/last-posts.html |
another-theme-1.0.3 | _includes/last-posts.html |
another-theme-1.0.2 | _includes/last-posts.html |