Page MenuHomePhorge

Add text/html self link in Phame atom feed
Open, NormalPublic

Description

When a Phame blog is added to an RSS reader, such as NetNewsWire, it fails to find a <link rel="alternate" type="text/html"/> element.

The impact is that, when subscribers try to open the blog in the browser, the only thing it can do is open the XML file in the browser, instead of e.g. pointing to the blog's web page.

At https://we.phorge.it/phame/blog/view/4/ we currently output

<link rel="alternate" type="application/atom+xml" href="/phame/blog/feed/4/" title="Release Announcements" />

At https://we.phorge.it/phame/blog/feed/4/ there should be a corresponding:

<link rel="alternate" type="text/html" href="https://we.phorge.it/phame/blog/view/4/" />

Copied from Q118: Add text/html self link in Phame atom feed.