fix thing

This commit is contained in:
TriMill 2023-01-16 20:50:29 -05:00
parent b1e112ae3b
commit b03b60fa68
1 changed files with 1 additions and 0 deletions

View File

@ -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/<int:y>/<int:m>/<int:d>/")