diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-19 09:03:58 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-19 09:03:58 -0500 |
commit | e4643e9a1ad7d85ab3e955f305bf7ed2a6f38035 (patch) | |
tree | 318d6f31e048b1509fbab30c6a8af08325d73d75 /build/about | |
parent | 886271bb3b9a07295ecf7c6c8878fb52bdeff9b4 (diff) |
Update RSS meta tags
Diffstat (limited to 'build/about')
-rw-r--r-- | build/about/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/about/index.html b/build/about/index.html index 627cc2f..4b7e3d9 100644 --- a/build/about/index.html +++ b/build/about/index.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="data:,"> <title>About `barf`</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> |