diff options
Diffstat (limited to 'build/dark-mode')
-rw-r--r-- | build/dark-mode/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dark-mode/index.html b/build/dark-mode/index.html index 5a4c58a..2f0f89f 100644 --- a/build/dark-mode/index.html +++ b/build/dark-mode/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="data:,"> <title>Supporting Basic Dark Mode</title> - <link href="https://barf.bt.ht/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> + <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> <style>*{box-sizing:border-box;}body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}</style> </head> |