Closed ghost closed 8 years ago
The Atom feed under the <head> tag on http://blog.keras.io/ points back to http://blog.keras.io/ instead of an actual Atom feed.
<head>
If you add FEED = FEED_ATOM = 'feed.xml' to your Pelican config, it should automatically generate the feed.
FEED = FEED_ATOM = 'feed.xml'
This problem looks continuing. I can't fetch blog feed.
<link href="http://blog.keras.io/" type="application/atom+xml" rel="alternate" title="The Keras Blog ATOM Feed">
/ping @fchollet
Still an issue.
The Atom feed under the
<head>
tag on http://blog.keras.io/ points back to http://blog.keras.io/ instead of an actual Atom feed.If you add
FEED = FEED_ATOM = 'feed.xml'
to your Pelican config, it should automatically generate the feed.