idf/idf.github.io-deprecated

Invalid feed url

spinningarrow opened this issue · 4 comments

The feed autodiscovery URL (the <link rel="alternate"> tag in the HEAD section of the layout) as well as the URL for the "Subscribe to RSS Feed" link in the footer don't work. They're pointing at feeds.feedburner.com; perhaps you forgot to include your username? Otherwise you can just point them to <blog-url>/atom.xml (I notice there's an atom.xml in your git repo).

idf commented

Thanks. It is fixed by 7166043. It is due to different variable name in theme and the config file.

Hmm, I think you forgot the autodiscovery link in the HEAD section of your blog; it still points to http://feeds.feedburner.com/.

idf commented

LOL, thanks again. Now fixed.

👍 No problem!