{# Recent Posts Widget — type-aware, for blog/post sidebars #} {# Uses collections.posts directly (all post types, not just recentPosts collection) #} {% set listedPosts = collections.posts | excludeUnlistedPosts %} {% if listedPosts and listedPosts.length %}

Recent Posts

View all posts
{% endif %}