mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 04:15:06 +08:00
Update argon.patch
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
-%}
|
-%}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
-<html lang="{{ dispatcher.lang }}">
|
-<html lang="{{ dispatcher.lang }}">
|
||||||
+<html lang="{{ dispatcher.lang }}"{% if (mode == 'dark'): %} data-darkmode="true"{% elif (mode == 'light'): %} data-darkmode="false"{% endif %}>
|
+<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else: %} data-darkmode="false"{% endif %}>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}
|
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user