mirror of
https://github.com/tiyn/beaker-blog.git
synced 2026-02-22 04:44:48 +01:00
added robots
This commit is contained in:
@@ -121,6 +121,10 @@ def entry(path):
|
||||
def feed_re():
|
||||
return redirect(url_for("feed"))
|
||||
|
||||
@app.route("/robots.txt")
|
||||
def robots():
|
||||
return render_template("robots.txt")
|
||||
|
||||
|
||||
@app.route("/feed")
|
||||
def feed():
|
||||
|
||||
Reference in New Issue
Block a user