From 615cc99bdfa5ed32ef4f44fdc6c31697d75ebd1d Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 7 Jun 2025 21:34:10 -0600 Subject: Add new theme --- _includes/index.liquid | 35 ++++------------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) (limited to '_includes/index.liquid') diff --git a/_includes/index.liquid b/_includes/index.liquid index 45bb7ac..bfc5878 100644 --- a/_includes/index.liquid +++ b/_includes/index.liquid @@ -1,35 +1,8 @@
{% for post in paginator.posts %} -
- -
-
-
- {% capture month%}{{ post.date | date: "%b" }}{% endcapture %}{{ post.date | date: "%d-%m-%Y" }} - - - -
-
- {% for tag in post.tags %} - {{ tag }}{% unless forloop.last %},{% endunless %} - {% endfor %} - - - -
-
-
-
- {{ post.excerpt }} -
-
+ {% include post_summary.liquid post=post %} {% endfor %} +
+ {% include pagination.liquid %} +
- -{% include pagination.liquid %} - -- cgit v1.2.3