From 30c268fdabca62c7c4df6e8db7426666fc2be66a Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 5 May 2024 19:51:24 -0600 Subject: Change interface --- _layouts/default.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index 4b5826b..3133e07 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,14 +1,14 @@ {% include header.html %} -
-
- -
- {{ content }} -
-
-
+ + {% include banner.html %} -{% include footer.html %} +
+
+ {{ content }} +
+
+ {% include sidenav.html %} +
+
+ -- cgit v1.2.3