diff --git a/app.py b/app.py index 36521b4..9dc65b7 100644 --- a/app.py +++ b/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('/.json') @cache.cached(timeout=86400) def s(space): diff --git a/static/calendar.ico b/static/calendar.ico new file mode 100644 index 0000000..abb4c73 Binary files /dev/null and b/static/calendar.ico differ diff --git a/static/calendar.svg b/static/calendar.svg deleted file mode 100644 index 39eb5cb..0000000 --- a/static/calendar.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/static/clock.ico b/static/clock.ico new file mode 100644 index 0000000..f163646 Binary files /dev/null and b/static/clock.ico differ diff --git a/static/clock.svg b/static/clock.svg deleted file mode 100644 index 7178fac..0000000 --- a/static/clock.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/static/location.ico b/static/location.ico new file mode 100644 index 0000000..5b9c5a0 Binary files /dev/null and b/static/location.ico differ diff --git a/static/location.svg b/static/location.svg deleted file mode 100644 index 5421f8c..0000000 --- a/static/location.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/event.html b/templates/event.html index e522c52..973bf80 100644 --- a/templates/event.html +++ b/templates/event.html @@ -16,7 +16,7 @@ {%- endif %} {%- endif %} - + diff --git a/templates/index.html b/templates/index.html index b655dd5..c0325b7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ UofL Events - + diff --git a/templates/list.html b/templates/list.html index 1ecffd0..e208b9d 100644 --- a/templates/list.html +++ b/templates/list.html @@ -5,7 +5,7 @@ {{ day }} - 44live - +