{{ post.date | date: "%d" }} {{ post.date | date: "%B %Y" }} {{ post.title }} {{ post.content | strip_html | truncatewords:40 }} {% for tag in post.categories %}{{ tag | capitalize }}{% unless forloop.last %} {% endunless %}{% endfor %}
{{ post.date | date: "%d" }} {{ post.date | date: "%B %Y" }} {{ post.title }} {{ post.content | strip_html | truncatewords:100 }} {% for tag in post.categories %}{{ tag | capitalize }}{% unless forloop.last %} {% endunless %}{% endfor %}