From 8d11d9322e7fbe551c1fe72f44d63da82c9e3301 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 19 Oct 2024 18:52:49 -0600 Subject: Add light theme --- _includes/index.liquid | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to '_includes/index.liquid') diff --git a/_includes/index.liquid b/_includes/index.liquid index 1fa5954..2e1d2fc 100644 --- a/_includes/index.liquid +++ b/_includes/index.liquid @@ -1,14 +1,16 @@
{% for post in paginator.posts %}
-
- {% capture month%}{{ post.date | date: "%b" }}{% endcapture %} - {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }} -
-
- - {{ post.title }} - +
+

+ + {{ post.title }} + +

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