From f12d747b7f862ea9079d610ff057d5248406286f Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 14 Jun 2024 16:33:26 -0400 Subject: More styling improvements --- _layouts/all_posts.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '_layouts') diff --git a/_layouts/all_posts.html b/_layouts/all_posts.html index 9c29be9..182a2d0 100644 --- a/_layouts/all_posts.html +++ b/_layouts/all_posts.html @@ -7,9 +7,6 @@ layout: default {{ content }} {% for post in site.posts %} -
-

{{ post.title }}

- -
+ {{ post.date | date: "%B %-d, %Y" }}
{{ post.title }}

{% endfor %} -- cgit v1.2.3-54-g00ecf