From e8500a22297a80b5f3b263a6f7f1a9e9d816002c Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Fri, 23 Feb 2024 16:34:36 -0800 Subject: [PATCH] feat: posts layout update --- src/_includes/macros/posts.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/macros/posts.njk b/src/_includes/macros/posts.njk index a99bfb5..1a2da76 100644 --- a/src/_includes/macros/posts.njk +++ b/src/_includes/macros/posts.njk @@ -6,7 +6,7 @@ {{ post.data.title }}
{{ post.data.excerpt }}
-
{{ post.data.date | formatDate("MM/DD") }}
+
{{ post.data.date | formatDate("MM/DD") }}
{% endfor %}