kylewm / redwind

Flask-based personal website #IndieWeb #OwnYourData
Other
45 stars 5 forks source link

empty links in atom feed #1

Closed snarfed closed 10 years ago

snarfed commented 10 years ago

just fyi, the rel-alternate links in your atom feed are empty, e.g.:

  <entry>
    <updated>2014-03-07T09:31:00Z</updated>
    <published>2014-03-07T09:31:00Z</published>
    <link href="" rel="alternate" type="text/html"/>
...

that means when you "open" a post in a feed reader, it tries to open the feed itself.

just a heads up. thanks for publishing the feed, btw!

kylewm commented 10 years ago

Thanks for the heads up! :+1: I believe it has been rectified

snarfed commented 10 years ago

lgtm!

...btw, looks like the id element is empty too. you might want to fill it in so that feed readers don't re-surface all of your posts whenever anything in the template changes, like this bug fix.

snarfed commented 10 years ago

aha, nm, the id is now the post permalink. never mind!