From d2417ff3c920e610273d0429b8f75fee1b0e6880 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 9 Nov 2024 21:58:13 -0600 Subject: Improve theme --- _layouts/post.liquid | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) (limited to '_layouts/post.liquid') diff --git a/_layouts/post.liquid b/_layouts/post.liquid index ef61f0d..c006e72 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -4,24 +4,37 @@
{% 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 }} +

+
+ {% capture month%}{{ page.date | date: "%b" }}{% endcapture %}{{ page.date | date: "%d-%m-%Y" }} + + + +
+
+ {% for tag in page.tags %} + {{ tag }}{% unless forloop.last %},{% endunless %} + {% endfor %} + + + +
+
+
+
+ {{ content }} +
+
+ {% include navigation_buttons.liquid %}
- {% include navigation_buttons.liquid %}
-- cgit v1.2.3