diff --git a/etc/nginx/main.conf b/etc/nginx/main.conf
index 7429b7d..bc2383a 100644
--- a/etc/nginx/main.conf
+++ b/etc/nginx/main.conf
@@ -1,11 +1,6 @@
error_page 404 /error/404/index.html;
- location /icons {
- expires 60m;
- # add_header Cache-Control "max-age=3600";
- }
-
- location /qr-codes {
+ location / {
# while an underestimate,
# this prevents us from tracking users across visits
expires 60m;
diff --git a/sites/+components/footer.php b/sites/+components/footer.php
index 7432537..5e6205b 100644
--- a/sites/+components/footer.php
+++ b/sites/+components/footer.php
@@ -120,7 +120,10 @@ if (basename($_SERVER['SCRIPT_FILENAME']) == "index.php"):
>