We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db24d7e commit 6858014Copy full SHA for 6858014
CONTRIBUTORS.md
@@ -95,3 +95,4 @@
95
- [Alphonse Mariya](https://github.com/alfunx)
96
- [Ziwei Pan](https://github.com/PanZiwei/)
97
- [Viktar Patotski](https://github.com/xp-vit)
98
+- [cuso4-5h2o](https://www.cuso4.me)
layouts/_default/baseof.html
@@ -5,6 +5,8 @@
5
<meta charset="utf-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<meta http-equiv="Content-Language" content="{{ .Site.Language.Lang }}">
8
+ <meta name="color-scheme" content="light dark">
9
+
10
{{ if .Site.Params.csp }}
11
{{ partial "csp.html" . }}
12
{{ end }}
0 commit comments