From af7f84cae7979802de045f24485e0ade3f763f24 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Wed, 30 Dec 2020 10:13:14 -0800 Subject: [PATCH] Rename feed.html --- inquisitor/app.py | 2 +- inquisitor/templates/{feed.html => feed.jinja2} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename inquisitor/templates/{feed.html => feed.jinja2} (100%) diff --git a/inquisitor/app.py b/inquisitor/app.py index 5c447be..7381a43 100644 --- a/inquisitor/app.py +++ b/inquisitor/app.py @@ -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']} diff --git a/inquisitor/templates/feed.html b/inquisitor/templates/feed.jinja2 similarity index 100% rename from inquisitor/templates/feed.html rename to inquisitor/templates/feed.jinja2