From 83610fdeaac3e4eaf8c8b50a049466fd6d6e0a3f Mon Sep 17 00:00:00 2001 From: donfiguerres Date: Fri, 3 Jun 2022 16:05:23 +0800 Subject: [PATCH] Renamed darkmode.js to darkmode-darkreader.js. --- layouts/partials/scripts.html | 2 +- static/js/{darkmode.js => darkmode-darkreader.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename static/js/{darkmode.js => darkmode-darkreader.js} (100%) diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 485a230..bce0bf2 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -12,5 +12,5 @@ {{ if site.Params.darkTheme.enable }} - + {{ end }} \ No newline at end of file diff --git a/static/js/darkmode.js b/static/js/darkmode-darkreader.js similarity index 100% rename from static/js/darkmode.js rename to static/js/darkmode-darkreader.js