aboutsummaryrefslogtreecommitdiff
path: root/build/macos/index.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-06-06 09:35:41 -0400
committerBradley Taunt <bt@btxx.org>2024-06-06 09:35:41 -0400
commit1d280856feae01dc135cdbb28bfa681ad7d6a63e (patch)
tree858612afbd93aa1e7cc921f6a865d720acc68a8c /build/macos/index.html
parent7b2dc83a3a3b2da494e1b1370e3ecac94a9c9342 (diff)
Update RSS structure, testing check for operating system
Diffstat (limited to 'build/macos/index.html')
-rw-r--r--build/macos/index.html3
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>