fix thing
This commit is contained in:
parent
b1e112ae3b
commit
b03b60fa68
1 changed files with 1 additions and 0 deletions
|
@ -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>/")
|
||||
|
|
Loading…
Reference in a new issue