From c59dd075a49778934b4244a49a55c55fbc098efc Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 17 Feb 2024 19:52:28 -0700 Subject: fix manifest.json link --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 21dd0aa..0ff6f13 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,7 +26,7 @@ - + {% endblock %} -- cgit v1.2.3 From b1f76ea37e6d8d6dc949ecc4899e3a1bc6d7ef65 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 22:49:15 -0600 Subject: use new theme --- templates/base.html | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 0ff6f13..37265f5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,14 +2,26 @@ {% block head %} - + + + + + {% block title %}{% endblock %} + + + + + + + - {% block title %}{% endblock %} - @@ -29,9 +41,11 @@ {% endblock %} - - {% include "header.html" %} + + {% include "sidebar.html" %} +
{% block body %}{% endblock %} +
-- cgit v1.2.3 From a982ceab0b45609991179b3020a00260eed6f798 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 27 Mar 2024 23:45:59 -0600 Subject: css --- templates/base.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 37265f5..d0361ce 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,6 +5,7 @@ + {% block title %}{% endblock %} -- cgit v1.2.3