jamesvandyne/tanzawa

RSS main link is wrong

Closed this issue · 0 comments

The main RSS link should be to the blog home page, not the feed - or else you end up in a bit of a loop when trying to click through to the site from an RSS reader.

https://github.com/jamesvandyne/tanzawa/blob/main/apps/interfaces/public/feeds/views.py#L93

curl https://jamesvandyne.com/feed/

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel xmlns:content="http://purl.org/rss/1.0/modules/content/">
      <title>James Van Dyne</title>
      <link>https://jamesvandyne.com/feed/</link>
      <description></description>
      <atom:link href="https://jamesvandyne.com/feed/" rel="self"></atom:link>
      <language>en-us</language>
      <lastBuildDate>Mon, 23 May 2022 18:05:33 +0000</lastBuildDate>
      <item>
         ...
       </item>