From efc6916dce0d00fe5103a82af995f5e5a8aedf3e Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 1 Dec 2021 13:07:08 -0600 Subject: [PATCH] Remove "Posted on" --- layouts/partials/post-list.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/partials/post-list.html b/layouts/partials/post-list.html index 5449c43..c80ace8 100644 --- a/layouts/partials/post-list.html +++ b/layouts/partials/post-list.html @@ -9,9 +9,7 @@ {{ .ReadingTime }} min read - - Posted - - on {{ .Date.Format "Mon Jan 02, 2006" }} + {{ .Date.Format "Mon Jan 02, 2006" }}