From da2464caa4ee9c2559eaccdc570dc143eed733a1 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 24 Jul 2025 21:05:16 -0600 Subject: Improve index --- _layouts/post.html | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 3a76d42..17739c5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,16 +1,8 @@ - - - {% include header.liquid %} - -
-
- {% include top_bar.liquid %} - -
- {{ content }} -
-
-
- +--- +layout: default +--- +
+ {{ content }} +
-- cgit v1.2.3