summaryrefslogtreecommitdiff
path: root/src/web/_views/head.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-27 09:34:13 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-27 09:34:13 -0500
commitcc2f3c12f3af4a4f8de1a1d0647a8e98a6d62dce (patch)
tree92a497ea51d48e4d731a11a327dea3688b378b27 /src/web/_views/head.php
parentfixup css (diff)
downloadwebsite-main.tar.gz
website-main.tar.bz2
website-main.zip
fix some broken css on ie6, make john use http if on httpHEADmain
Diffstat (limited to '')
-rw-r--r--src/web/_views/head.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/head.php b/src/web/_views/head.php
index 73bd3f6..4d16a1b 100644
--- a/src/web/_views/head.php
+++ b/src/web/_views/head.php
@@ -39,7 +39,7 @@
<?php if ($current_app != 'bucket'): ?>
<link rel="preload" href="<?=$this->get_url("public/font/FontStuck-Extended.woff2")?>" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="<?=$this->get_url("public/font/CourierNew.woff2")?>" as="font" type="font/woff2" crossorigin>
- <link rel="preconnect" href="https://john.citrons.xyz">
+ <link rel="preconnect" href="<?=$this->get_scheme()?>://john.citrons.xyz">
<?php else: ?>
<link rel="preload" href="<?=$this->get_url("public/font/Merriweather.woff2")?>" as="font" type="font/woff2" crossorigin>
<?php endif ?>