From 97f74d66b5b89c8a1d77cc7810eb53b0f74c67d1 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 @@