From 2e9174357890ee27036c3921106b39999db4b772 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Wed, 23 Jul 2025 23:47:17 -0600 Subject: Fix for mobile --- _layouts/post.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 5e71126..3a76d42 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,5 +1,16 @@ ---- -layout: default ---- + + + {% include header.liquid %} + +
+
+ {% include top_bar.liquid %} + +
+ {{ content }} +
+
+
+ + -{{ content }} -- cgit v1.2.3