From b4aac14fb331cbbedc6e8354ef01fa83292761e1 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 1 May 2025 00:14:54 +0100 Subject: [PATCH] chore: until dark mode is added - default to dark --- src/client/views/layout/base.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/views/layout/base.ejs b/src/client/views/layout/base.ejs index d7e93bd..a191c25 100644 --- a/src/client/views/layout/base.ejs +++ b/src/client/views/layout/base.ejs @@ -6,7 +6,7 @@ <%= title %> - + <%- include("sidebar") -%>