Sha256: 7fdc861fdd0f287779ca18b54c2dfa16213eb464cff35eb531e6d22a6f052c5c

Contents?: true

Size: 456 Bytes

Versions: 3

Compression:

Stored size: 456 Bytes

Contents

<h2 class="mt-5">Selected posts</h2>
<hr>
<ul class="posts-feed unstyle-list">
{% for post in site.data.posts | limit:5 %}
  <li class="post-node">
    <a href="{{ post.url }}" class="post-link row align-items-center">
      <span class="post-title col-auto pr-0">{{ post.title }}</span>
      <span class="post-date col-auto">{{ post.date }}</span>
    </a>
  </li>
{% endfor %}
</ul>
<a href="//github.com/miltonolaf" class="next-post">All posts →</a>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
another-theme-1.0.4 _includes/selected-posts.html
another-theme-1.0.3 _includes/selected-posts.html
another-theme-1.0.2 _includes/selected-posts.html