diff options
Diffstat (limited to 'build/macos')
-rw-r--r-- | build/macos/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/macos/index.html b/build/macos/index.html index f3d1d74..02464e5 100644 --- a/build/macos/index.html +++ b/build/macos/index.html @@ -5,7 +5,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="data:,"> <title>Running `barf` on MacOS</title> - <link href="https://barf.btxx.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> + <link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" /> + <link href="/rss.xml" type="application/rss+xml" rel="alternate" title="RSS 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> |