From 4bf5c7c094a6caed63cd93db1b9e59e2a1e7e8d6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 20 Mar 2023 14:45:10 +0100 Subject: [PATCH] add date to posts list --- _layouts/home.html | 1 + _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/home.html b/_layouts/home.html index 0f254ea..260cdba 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -16,6 +16,7 @@ layout: default
+ {{post.date | date_to_string}}{{post.description}}
diff --git a/_layouts/post.html b/_layouts/post.html index 1469cd6..3c775d4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -20,7 +20,7 @@ layout: default