Skip to content

Commit

Permalink
fix: move RSS feed back where planetRDF expects it
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Feb 19, 2024
1 parent 4174ffa commit 55ca1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def contact():
return render_template('contact.html')


@app.route('/feed/index.rss')
@app.route('/feeds/posts/default.rss')
def feed():
articles = get_pages(pages, limit=FEED_MAX_LINKS)
now = datetime.now()
Expand Down

0 comments on commit 55ca1b6

Please sign in to comment.