Sha256: 65724cfc048714e604cde5c96e1e2064d7429eaede5e26f105cbee57d316c17e
Contents?: true
Size: 464 Bytes
Versions: 2
Compression:
Stored size: 464 Bytes
Contents
<h2 class="mt-5">Recent posts</h2> <hr> <ul class="posts-feed"> {% 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
another-theme-1.0.1 | _includes/last-posts.html |
another-theme-1.0.0 | _includes/last-posts.html |