Sha256: 11e7426b733147a036ab4d6469dc6e977dd0556868667da41081ac6248ab0d82
Contents?: true
Size: 541 Bytes
Versions: 28
Compression:
Stored size: 541 Bytes
Contents
<h3>Related posts</h3> <ul class="list list--posts"> {% for page in site.related_posts limit: 3 %} {% assign has_related = true %} <li class="item item--post"> <article class="article article--post typeset"> <h4><a href="{{ site.baseurl }}{{ page.url }}">{{ page.title }}</a></h4> {% include post-meta.html %} {{ page.excerpt | markdownify | truncatewords: 20 }} </article> </li> {% endfor %} {% if has_related != true %} <p>There are no related posts</p> {% endif %} </ul>
Version data entries
28 entries across 28 versions & 1 rubygems