aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBradley Taunt <brad@serpapi.com>2024-06-14 16:33:26 -0400
committerBradley Taunt <brad@serpapi.com>2024-06-14 16:33:26 -0400
commitf12d747b7f862ea9079d610ff057d5248406286f (patch)
tree271a48e4739219e3d1d58303241906d41c1d36f0 /_layouts
parent59b3b077758942f4b45a07fa52e856df8edeea3a (diff)
More styling improvementsHEADmaster
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/all_posts.html5
1 files changed, 1 insertions, 4 deletions
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 %}
-<div class="post">
- <h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
- <span class="post-date">{{ post.date | date: "%B %-d, %Y" }}</span>
-</div>
+ <small>{{ post.date | date: "%B %-d, %Y" }}</small><br><a href="{{ post.url }}">{{ post.title }}</a><br><br>
{% endfor %}