use ico for favicons
This commit is contained in:
parent
c056ee3c8e
commit
56e0835b33
11 changed files with 4 additions and 19 deletions
12
app.py
12
app.py
|
@ -49,18 +49,6 @@ def index_space(space):
|
|||
def index_event(event):
|
||||
return render_template("event.html", data=e(event))
|
||||
|
||||
@app.route("/calendar.svg")
|
||||
def static_calendar():
|
||||
return send_from_directory(app.static_folder, "calendar.svg")
|
||||
|
||||
@app.route("/clock.svg")
|
||||
def static_clock():
|
||||
return send_from_directory(app.static_folder, "clock.svg")
|
||||
|
||||
@app.route("/location.svg")
|
||||
def static_location():
|
||||
return send_from_directory(app.static_folder, "location.svg")
|
||||
|
||||
@app.route('/<int:space>.json')
|
||||
@cache.cached(timeout=86400)
|
||||
def s(space):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue