From b03b60fa683c39ee54055286b8d4f1907f7d29ca Mon Sep 17 00:00:00 2001 From: TriMill Date: Mon, 16 Jan 2023 20:50:29 -0500 Subject: [PATCH] fix thing --- flaskr/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flaskr/__init__.py b/flaskr/__init__.py index 69feba4..f1d7568 100644 --- a/flaskr/__init__.py +++ b/flaskr/__init__.py @@ -139,6 +139,7 @@ def create_app(): @app.route("/blog/") def blog_list(): + theme = get_theme() return set_theme(render_template("blog.html", data=data, theme=theme)) @app.route("/blog////")