{% if site.tags.featured %}
Regular
{% endif %}
{% for post in paginator.posts %}

{{ post.excerpt | strip_html | truncatewords: 50 }}

{% endfor %}