diff options
author | Bradley Taunt <bt@btxx.org> | 2024-05-30 09:02:38 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-05-30 09:02:38 -0400 |
commit | 8f28fc58d5fe68775fbe552eb172cbb4ad8614b1 (patch) | |
tree | 65c5ef1ba611db1aa9fe80d65d2fffca950238e9 /_includes/head.html | |
parent | fa6aded86998639a53aecfa7b76e0ecd800fd9f0 (diff) |
Further customization and porting of older content
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html index 82078b0..283424c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,6 +2,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="color-scheme" content="dark light"> <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}"> <link rel="icon" href="data:,"> {%- feed_meta -%} |