diff --git a/files/routes/static.py b/files/routes/static.py index 9f14e45e1..330987430 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -138,7 +138,7 @@ def static_service(path): resp.headers.add("Content-Type", "text/css") resp.headers.remove("Cache-Control") resp.headers.add("Cache-Control", "public, max-age=86400") - elif request.path.endswith('.gif') or request.path.endswith('.png') or request.path.endswith('.ttf') or request.path.endswith('.woff') or request.path.endswith('.woff2'): + elif request.path.endswith('.gif') or request.path.endswith('.ttf') or request.path.endswith('.woff') or request.path.endswith('.woff2'): resp.headers.remove("Cache-Control") resp.headers.add("Cache-Control", "public, max-age=31556952") diff --git a/files/templates/default.html b/files/templates/default.html index de62879aa..0922520b7 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -47,7 +47,7 @@