@ -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
@ -120,7 +120,10 @@ if (basename($_SERVER['SCRIPT_FILENAME']) == "index.php"):
><img
class="feather-icon"
src="/assets/icons/info.svg"
loading="lazy"
alt="(ℹ)"
height="24px"
width="24px"
></span><?php endif; ?>
</nav>
<nav id="about-session">
@ -39,10 +39,14 @@
class="feather-icon dark-theme-only"
src="/assets/icons/moon.svg"
alt="🌜"
height="45px"
width="45px"
class="feather-icon light-theme-only"
src="/assets/icons/sun.svg"
alt="☀️"
></label>
<a
href="/support/"
@ -52,6 +56,8 @@
src="/assets/icons/heart.svg"
alt="❤️"
></a>
</div>
</header>