From d2417ff3c920e610273d0429b8f75fee1b0e6880 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 9 Nov 2024 21:58:13 -0600 Subject: Improve theme --- _includes/index.liquid | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) (limited to '_includes/index.liquid') diff --git a/_includes/index.liquid b/_includes/index.liquid index 2e1d2fc..45bb7ac 100644 --- a/_includes/index.liquid +++ b/_includes/index.liquid @@ -1,16 +1,30 @@
{% 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" }} +
+ +
+
+
+ {% 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 }}
-- cgit v1.2.3