alistapart / AListApart

The A List Apart front end repo
http://alistapart.com/
MIT License
671 stars 68 forks source link

RSS feed URLs inconsistent or erroneous #383

Closed pinterface closed 8 years ago

pinterface commented 8 years ago

tags currently list two feed URLs: /site/rss, which happily redirects to feedburner; and /site/abridged-rss, which at one point used to work, but is at present a 404.

<link rel="alternate" type="application/rss+xml" title="A List Apart: The Full Feed" href="/site/rss" />
<link rel="alternate" type="application/rss+xml" title="A List Apart: The Abridged Feed (just articles and columns)" href="/site/abridged-rss" />

The RSS page (/about/rss), meanwhile, suggests /main/feed for the RSS URL.

Makes it a bit confusing to know which URL to subscribe to.

michellekondou commented 8 years ago

That was an oversight and it has now been corrected - thank you @pinterface for letting us know! The correct feed URL is /main/feed.