From 50b2ebe53ed0a657253ec3b70ae4d06d1c27759a Mon Sep 17 00:00:00 2001 From: Jack Hickey <133868041+nginx-jack@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:15:22 +0000 Subject: [PATCH] Theme: Toggle theme without passing boolean value Adds new toggleTheme function, along with aliases for existing mf and useNewTheme functions Add konami code to toggle --- layouts/_default/baseof.html | 73 +++++++++++++++++++++++------------- 1 file changed, 46 insertions(+), 27 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b2dce38..419f576 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -24,10 +24,9 @@