Skip to content

Incorrect links to web feeds #278

@macieklamberski

Description

@macieklamberski

Hi! I've noticed that the web feed links in the <head> have incorrect paths. They have additional /feed/ in the path which makes them point to 404 page:

<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="Blog Posts ∙ Andrew Branch">
<link rel="alternate" href="/feed/feed.json" type="application/json" title="Blog Posts ∙ Andrew Branch">

It should probably be:

<link rel="alternate" href="/feed.xml" type="application/atom+xml" title="Blog Posts ∙ Andrew Branch">
<link rel="alternate" href="/feed.json" type="application/json" title="Blog Posts ∙ Andrew Branch">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions