From d9df85fdd27d2ea6bd0e8a64e3f3b6a75db38104 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Thu, 8 Feb 2024 09:15:16 -0800 Subject: [PATCH] feat: tweak posts include --- src/_includes/partials/posts.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_includes/partials/posts.html b/src/_includes/partials/posts.html index 1d36ac9..b7f2bc6 100644 --- a/src/_includes/partials/posts.html +++ b/src/_includes/partials/posts.html @@ -8,14 +8,13 @@ {% set month = postsInMonth | first %}
{% if isFirstMonthOfList %}

{{ year }}

{% endif %} -

{{ month }}

{% set allPosts = postsInMonth | last %} {% for post in allPosts %}
{{ post.data.title }}
-
{{ post.date | formatDate("Do") }}
+
{{ post.date | formatDate("MM/DD") }}
{% endfor %} {% endfor %}