summaryrefslogtreecommitdiff
path: root/django/views/templates/directory_index.html
diff options
context:
space:
mode:
authormbcodes <mbcodes@protonmail.com>2024-11-12 20:17:15 -0800
committerJacob Walls <jacobtylerwalls@gmail.com>2026-01-09 15:55:46 -0500
commit8a0315fab74d603813b2a64ab98d5a208a2eb6d1 (patch)
tree29325b868ef46a37ec048f6e99260f25af31f5c3 /django/views/templates/directory_index.html
parent1d15c732bb9dde0fca8bd662a475bb51d0ab2756 (diff)
Refs #35875 -- Added dark mode support in additional views.
Thanks Thibaud Colas for the review.
Diffstat (limited to 'django/views/templates/directory_index.html')
-rw-r--r--django/views/templates/directory_index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/views/templates/directory_index.html b/django/views/templates/directory_index.html
index d67e5e0edd..714ea275d3 100644
--- a/django/views/templates/directory_index.html
+++ b/django/views/templates/directory_index.html
@@ -4,6 +4,7 @@
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-us">
+ <meta name="color-scheme" content="light dark" />
<meta name="robots" content="NONE,NOARCHIVE">
<title>{% blocktranslate %}Index of {{ directory }}{% endblocktranslate %}</title>
</head>