{% if post.date %}

{{ post.date | date: "%d" }}

{{ post.date | date: "%b/%Y" }}

{{ post.category }}

{% endif %}

{{ post.title | replace: "_", " " | capitalize }}



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