From 4c0e826ef7df5f45b3baf2563631a384710e7caa Mon Sep 17 00:00:00 2001 From: Jer Noble <jer.noble@apple.com> Date: Mon, 11 Apr 2022 11:52:50 -0700 Subject: [PATCH 1/1] Link to sf/ page from / page; add podcast link-rel to sf/ page --- index.html | 2 +- sf/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 853b8aa..0b671b8 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@ <title>RJS Pod</title> </head> <body> - <h1>RJS Pod</h1> + <a href="sf/">RJS SF Pod</a> </body> </html> \ No newline at end of file diff --git a/sf/index.html b/sf/index.html index a9613b1..6a9aa73 100644 --- a/sf/index.html +++ b/sf/index.html @@ -3,6 +3,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> + <link type="application/rss+xml" rel="alternate" title="RJS SF Pod" href="https://rjspod.live/sf/rjs-sf-pod.xml"/> <title>RJS SF Pod</title> </head> <body> -- 2.40.1