{%- assign posts = postData | filterByPostType: postType %}

{% tablericon icon title %} {{ title }}

{% for post in posts %}
{% tablericon "calendar-month" "Date" %}

{{ post.data.title }}

{{ post.data.post_excerpt | markdown | truncateByWordCount: 25 }}
{% endfor %} {% if postType != 'featured' %} View all posts {% tablericon "arrow-right" "View all posts" %} {% endif %}