diff options
Diffstat (limited to 'src/web/_views/head.php')
| -rw-r--r-- | src/web/_views/head.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/web/_views/head.php b/src/web/_views/head.php index 8cd6f87..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 ?> @@ -53,10 +53,6 @@ echo ie($this->embed_css('css/ie/ie.css')); /* IE 4 Styles */ echo ie_ua($this->embed_css('css/ie/ie4.css'), 4); - /* IE 6-7 Styles */ - echo '<!--[if (gt IE 5)&(lt IE 8) ]>'; - echo $this->embed_css('css/ie/ie6.css'); - echo '<![endif]-->'; /* CSS Files */ foreach($css as $file) |