Update argon.patch

This commit is contained in:
kiddin9
2026-08-29 06:52:00 +08:00
committed by GitHub
parent 7aced82c07
commit 2ef14df650
+1 -1
View File
@@ -60,7 +60,7 @@
-%}
<!DOCTYPE html>
-<html lang="{{ dispatcher.lang }}">
+<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else: %} data-darkmode="true"{% endif %}>
+<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else %} data-darkmode="true"{% endif %}>
<head>
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}