{% for category in include.post.categories %} {{ category | capitalize }} {% endfor %} {% if include.post.date %} {{ include.post.date | date: "%B %d, %Y" }} {% endif %}