Skip to content

Commit 1f4914b

Browse files
committed
1 parent e6b12d9 commit 1f4914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎an_website/templates/base.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta property="og:title" content="{{title}}">
1515
<meta property="og:type" content="website">
1616
<meta property="og:url" content="{{canonical_url}}">
17-
<meta property="color-scheme" content="{{ {'system': 'light dark', 'dark': 'only dark', 'light': 'only light'}.get(display_scheme) }}">
17+
<meta property="color-scheme" content="{{ {'system': 'dark light', 'dark': 'dark', 'light': 'only light'}.get(display_scheme) }}">
1818
<link rel="canonical" href="{{canonical_url}}">
1919
<link rel="manifest" href="{{fix_static('manifest.json')}}">
2020
<link rel="author" type="text/plain" href="{{fix_static('/humans.txt')}}">

0 commit comments

Comments
 (0)