mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add the color-scheme meta tag (#523)
* Add the color-scheme meta tag * Update CONTRIBUTORS.md
This commit is contained in:
@@ -95,3 +95,4 @@
|
|||||||
- [Alphonse Mariya](https://github.com/alfunx)
|
- [Alphonse Mariya](https://github.com/alfunx)
|
||||||
- [Ziwei Pan](https://github.com/PanZiwei/)
|
- [Ziwei Pan](https://github.com/PanZiwei/)
|
||||||
- [Viktar Patotski](https://github.com/xp-vit)
|
- [Viktar Patotski](https://github.com/xp-vit)
|
||||||
|
- [cuso4-5h2o](https://www.cuso4.me)
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="Content-Language" content="{{ .Site.Language.Lang }}">
|
<meta http-equiv="Content-Language" content="{{ .Site.Language.Lang }}">
|
||||||
|
<meta name="color-scheme" content="light dark">
|
||||||
|
|
||||||
{{ if .Site.Params.csp }}
|
{{ if .Site.Params.csp }}
|
||||||
{{ partial "csp.html" . }}
|
{{ partial "csp.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user