From a80e7bd8f846e74b210be1388703a832640be3a1 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Wed, 23 Nov 2022 10:38:03 -0400 Subject: [PATCH] minor updates and fixes --- templates/base.html | 11 ----------- templates/include/sidebar.html | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/templates/base.html b/templates/base.html index 22b68d9..da18d02 100644 --- a/templates/base.html +++ b/templates/base.html @@ -141,16 +141,5 @@ $('.gallery').magnificPopup({ }); {% endif %} - -
- -
- diff --git a/templates/include/sidebar.html b/templates/include/sidebar.html index a237b06..c2a7f86 100644 --- a/templates/include/sidebar.html +++ b/templates/include/sidebar.html @@ -160,6 +160,20 @@ {% endif %} + {% if THEME_DARKMODE == 1 %} + +
+ +
+ + {% endif %} + +