]> id.pley.net Git - pod.git/commitdiff
fix feed urls
authorJer Noble <jer.noble@apple.com>
Sun, 8 May 2022 04:19:53 +0000 (21:19 -0700)
committerJer Noble <jer.noble@apple.com>
Sun, 8 May 2022 04:19:53 +0000 (21:19 -0700)
index.html [deleted file]
sf/feed.xml

diff --git a/index.html b/index.html
deleted file mode 100644 (file)
index 0b671b8..0000000
+++ /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
index f4a1b556fb44e63cc989e6e09804aaa7728b592b..dd92c6dda30d00f1972076e46c5da3ba8174e48b 100644 (file)
@@ -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>