diff --git a/_includes/post-item.html b/_includes/post-item.html index 960041c..eec2182 100644 --- a/_includes/post-item.html +++ b/_includes/post-item.html @@ -1,15 +1,13 @@
  • - 🗓️ {% assign date_format = site.minima.date_format | default: "%b %-d, + {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} {{ post.date | date: date_format }} - + • - ️#️⃣ - {{post.category | capitalize }} + + {{post.category | capitalize }} +

    @@ -20,4 +18,4 @@ {{post.description}}

    -
  • + \ No newline at end of file