From 8d11d9322e7fbe551c1fe72f44d63da82c9e3301 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 19 Oct 2024 18:52:49 -0600 Subject: Add light theme --- _layouts/post.liquid | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to '_layouts/post.liquid') diff --git a/_layouts/post.liquid b/_layouts/post.liquid index 016b610..ef61f0d 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -1,30 +1,31 @@ {% include header.liquid %} - {% include banner.liquid %} +
+ {% include banner.liquid %} -
-
-
-

- - {{ page.title }} - -

-

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

- {{ content }} +
+ +
+
+

+ + {{ page.title }} + +

+

+ {% capture month%}{{ page.date | date: "%b" }}{% endcapture %} + {{ site.data[site.active_lang].strings.date[month]}} {{ page.date | date: "%d, %Y" }} +

+ {{ content }} +

+ {% include navigation_buttons.liquid %}
- {% include navigation_buttons.liquid %}
-
- {% include sidenav.liquid %} +
+ {% include footer.liquid %}
- -
- {% include footer.liquid %} -
-- cgit v1.2.3