From 7edaa33d1b9aef05fedc82375ca010461c009edf Mon Sep 17 00:00:00 2001 From: Prefetch Date: Fri, 3 Mar 2023 14:09:23 +0100 Subject: Mobile-friendly header redesign, CSS improvements --- source/_layouts/default.html | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'source/_layouts/default.html') diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 66a70a2..1d02557 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -1,12 +1,20 @@ - -{% include preamble.html %} -{{ page.title | replace: "<br>", " " }} | {{ site.title }} - - -{% include navigation.html %} -{{ content }} -{% include footer.html %} - + + {% include preamble.html %} + {{ page.title | replace: "<br>", " " }} | {{ site.title }} + + + +
+
+ {{ content }} +
+
+ + -- cgit v1.2.3