-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels