Sha256: cd5bef11812f48ec3c3c00e062d9becf10238243efc7f9df7f9578dc41868cfa
Contents?: true
Size: 301 Bytes
Versions: 35
Compression:
Stored size: 301 Bytes
Contents
{% assign posts = site.posts_combined %} <section class="featured-posts"> <h2 class="title">From the <a href="/blog/">Blog</a></h2> <div class="items"> {% for item in posts | limit: site.max_featured_posts %} {% include post-card.html post=item %} {% endfor %} </div> </section>
Version data entries
35 entries across 35 versions & 1 rubygems