diff options
Diffstat (limited to 'django/views/templates/directory_index.html')
| -rw-r--r-- | django/views/templates/directory_index.html | 1 |
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> |
