Browse Source

Pointed the RSS redirect to the exact URL of the feed.rss file

old
Jean 1 year ago
parent
commit
14d21ee92c
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      podcast/feed/index.html

+ 1
- 1
podcast/feed/index.html View File

@@ -7,7 +7,7 @@
<link href="/res/css/main.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/res/img/favicon.png"/>
<!-- <meta http-equiv="refresh" content="0; URL=./feed.rss" /> -->
<link rel="alternate" type="application/rss+xml" title="Subscribe to the easthighNerd Cast" href="./feed.rss" />
<link rel="alternate" type="application/rss+xml" title="Subscribe to the easthighNerd Cast" href="https://www.easthighnerd.net/podcast/feed/feed.rss" />
</head>
<body>
<a title="feed.rss" href="./feed.rss">feed.rss</a>


Loading…
Cancel
Save