Skip to content

Commit

Permalink
Merge pull request #59 from AceFire6/jethro/add/rss_feed
Browse files Browse the repository at this point in the history
Add site name to feed name
  • Loading branch information
AceFire6 authored Oct 6, 2018
2 parents 211a564 + cd01446 commit 5df1516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ordering/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def index():
@app.route('/recent_episodes.atom')
def recent_episodes():
feed = AtomFeed(
title='Recent Episodes',
title='Arrowverse.info - Recent Episodes',
feed_url=request.url,
url=request.url_root,
logo=url_for('static', filename='favicon.png', _external=True),
Expand Down

0 comments on commit 5df1516

Please sign in to comment.