From 2de49018ce5ec7ad331bc7bda4ee87b8ef490c92 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Thu, 11 Jul 2024 23:08:13 +0200 Subject: [PATCH] feat: remove emojis on post-item block --- _includes/post-item.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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