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/default.html | 2 +- _layouts/post.html | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 6f9cb0c..264c335 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,7 +4,7 @@
-
+
{% include top_bar.liquid %}
{{ content }} 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