From 236c82f1b503de6ce17afe9fa5db7fa2e8b3ba48 Mon Sep 17 00:00:00 2001 From: daudix Date: Wed, 31 Jan 2024 02:09:03 +0300 Subject: [PATCH] feat: Use bad html for now (sorry xhtml, you look promising but I've got no more nerve cells today) --- templates/base.html | 24 +++++++++++------------- templates/includes/head.html | 1 + 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/templates/base.html b/templates/base.html index a8cfde0..0e27669 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,14 +1,12 @@ - - - - {% include "includes/head.html" ignore missing -%} - - {% include "includes/nav.html" ignore missing -%} -
- {% block custom %}{%- endblock -%} - {% block content %}{%- endblock -%} -
- {% include "includes/footer.html" ignore missing -%} - + + +{% include "includes/head.html" ignore missing -%} + + {% include "includes/nav.html" ignore missing -%} +
+ {% block custom %}{%- endblock -%} + {% block content %}{%- endblock -%} +
+ {% include "includes/footer.html" ignore missing -%} + diff --git a/templates/includes/head.html b/templates/includes/head.html index 0f71204..44b4f9a 100644 --- a/templates/includes/head.html +++ b/templates/includes/head.html @@ -1,4 +1,5 @@ +