diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-01-21 09:50:04 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-01-21 09:50:04 -0500 |
| commit | df433722c963c5c2ef44c5ada9f7b0912841f6d7 (patch) | |
| tree | 01277d4aa95de7f4d687c5c150d82d29f88a2332 /header.html | |
| parent | cd0d6efa2644bf3cd889e99f4841cfe5a21a7bb6 (diff) | |
Include dark mode, alterations to post draft
Diffstat (limited to 'header.html')
| -rw-r--r-- | header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/header.html b/header.html index 95e3327..1d6bbd5 100644 --- a/header.html +++ b/header.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="color-scheme" content="light dark"> <link rel="icon" href="data:,"> <title>{{TITLE}}</title> <link href="/index.rss" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" /> |
