Rename feed.html

This commit is contained in:
Tim Van Baak 2020-12-30 10:13:14 -08:00
parent 933596d25c
commit af7f84cae7
2 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def feed_for_sources(source_names):
selection = active_items[:100]
return render_template("feed.html",
return render_template("feed.jinja2",
items=selection,
mdeac=[
{'source': item['source'], 'itemid': item['id']}