summaryrefslogblamecommitdiff
path: root/_includes/recent-posts.liquid
blob: c93ce63e81ef593c93b20c0a65618542caf5fe98 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                
<div class="columns is-centered is-multiline">
    <p class="menu-label has-text-centered">
    Recent Posts
    </p>

    {% assign posts = collections.posts.pages %}
    {% for post in posts %}
        {% include post-card.liquid %}
    {% endfor %}
</div>