From 98afab44cade1641ba9edc863cf315cac1abf638 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 17 May 2026 18:41:08 +0800 Subject: [PATCH] Handle dark theme --- layouts/partials/head.html | 1 + layouts/partials/scripts.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 389a012..516c47f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,4 +1,5 @@ + diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 29c0da1..e1e935f 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,6 +1,9 @@