From 92e1d49f9034d29b6a9f317de285bec1a2e608fc Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 13 Mar 2023 16:40:51 -0700 Subject: [PATCH] cleanup --- src/_includes/post.liquid | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index 4f18c061..510c349f 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -5,7 +5,7 @@ layout: main {% include "header.liquid" %}

{{title}}

-
+
{{ date | date: "%m.%d.%Y" }}
diff --git a/src/index.html b/src/index.html index 34950ca1..16469a86 100644 --- a/src/index.html +++ b/src/index.html @@ -17,7 +17,7 @@ pagination: {{ post.data.title }} -
+
{{ post.date | date: "%m.%d.%Y" }}

{{ post.data.post_excerpt | markdown }}