From 4039b9bfe2de55b75a550467eac0ca27c485afdd Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 13 Jul 2024 14:05:07 -0600 Subject: Improve archive and categories page layouts --- _includes/index.liquid | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to '_includes/index.liquid') diff --git a/_includes/index.liquid b/_includes/index.liquid index fe7567f..1fa5954 100644 --- a/_includes/index.liquid +++ b/_includes/index.liquid @@ -1,19 +1,19 @@
{% for post in paginator.posts %} - -

- - {{ post.title }} - -

-

- {% capture month%}{{ post.date | date: "%b" }}{% endcapture %} - {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }} -

- - {{ post.excerpt }} - +
+
+ {% capture month%}{{ post.date | date: "%b" }}{% endcapture %} + {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }} +
+
+ + {{ post.title }} + + {{ post.excerpt }} +
+
{% endfor %}
{% include pagination.liquid %} + -- cgit v1.2.3