Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2021-11-29 19:32:34 +0300
committerreuixiy <reuixiy@gmail.com>2021-11-29 19:32:44 +0300
commit7d7c4857fdd7d07d0018c397221db6cc6ee18453 (patch)
treee67efedfc060cf48f42c222ca608cae7ba1ce0f4
parent597d20db75e696f75a1c4e30a0791aa3a5266478 (diff)
feat: add support for `color-scheme` meta tag
closes #361
-rw-r--r--layouts/partials/head.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2c84fc1..16af3ac 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,6 +11,9 @@
{{- end -}}
{{- end -}}
+ <!-- https://web.dev/color-scheme/ -->
+ <meta name="color-scheme" content="light dark">
+
<!-- Responsive Web Design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Avoid Automatic Format Detection -->