diff --git a/site/app.py b/site/app.py index a03fd90..0222eab 100644 --- a/site/app.py +++ b/site/app.py @@ -107,10 +107,5 @@ def serve_dir(filename): def todo(): return render_template('todo.html') -@app.route('/blog') -@app.route('/blog/') -def blog(): - return render_template('blog/index.j2') - if __name__ == '__main__': app.run(host="0.0.0.0", port=8080) diff --git a/site/templates/blog/index.j2 b/site/templates/blog/index.j2 deleted file mode 100644 index 0c102a2..0000000 --- a/site/templates/blog/index.j2 +++ /dev/null @@ -1,22 +0,0 @@ - - -
-- welcome to this one's blog! it doesn't have anything on here yet. -
- diff --git a/site/templates/index.j2 b/site/templates/index.j2 index c6972ab..a837fd3 100644 --- a/site/templates/index.j2 +++ b/site/templates/index.j2 @@ -84,7 +84,7 @@ to-do list