From: Jer Noble <jer.noble@apple.com> Date: Sun, 8 May 2022 04:19:53 +0000 (-0700) Subject: fix feed urls X-Git-Url: http://105106.c2e0p.group/pod.git/commitdiff_plain/9470393cf199556daae64b7aa43ff81e8f686824?ds=sidebyside fix feed urls --- diff --git a/index.html b/index.html deleted file mode 100644 index 0b671b8..0000000 --- a/index.html +++ /dev/null @@ -1,12 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="https://rjspod.live/RJS_pod.png"> - <title>RJS Pod</title> -</head> -<body> - <a href="sf/">RJS SF Pod</a> -</body> -</html> \ No newline at end of file diff --git a/sf/feed.xml b/sf/feed.xml index f4a1b55..dd92c6d 100644 --- a/sf/feed.xml +++ b/sf/feed.xml @@ -5,9 +5,9 @@ title: "" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"> <channel> - <atom:link href="{{ site.url }}/sf/feed.xml" rel="self" type="application/rss+xml" /> + <atom:link href="{{ site.podcast.url }}/feed.xml" rel="self" type="application/rss+xml" /> <title>{{ site.podcast.title }}</title> - <link>{{ site.podcast.url }}/sf</link> + <link>{{ site.podcast.url }}</link> <description>{{ site.podcast.escription | xml_escape }}</description> <managingEditor>{{ site.podcast.email }} ({{ site.podcast.author }})</managingEditor> <webMaster>{{ site.podcast.email }} ({{ site.podcast.author }})</webMaster> @@ -18,7 +18,7 @@ title: "" <image> <url>{{ site.podcast.url }}/RJS_pod_1400x1400.jpg</url> <title>{{ site.podcast.title }}</title> - <link>{{ site.podcast.url }}/sf</link> + <link>{{ site.podcast.url }}</link> </image> <docs>http://www.rssboard.org/rss-specification</docs> <itunes:author>{{ site.podcast.title }}</itunes:author>