{{post.title}}
-+
{% if post.categories != empty %}
{% for cat in post.categories %}
- {{cat | capitalize}}
+ {{cat | capitalize }}
{% unless forloop.last %}
,
{% endunless %}
@@ -65,11 +59,21 @@ section_id: blog
/
{% endif %}
- {{ post.date | date: "%B %d, %Y" }}
-
+
+ {{ post.date | date: "%d" }}
+{{ post.date | date: "%B %Y" }}
+
+
+
+