Fix canonical
This commit is contained in:
parent
d8fd74d90f
commit
934f4640b8
@ -4,9 +4,9 @@
|
||||
<meta name="description" content="Reimar's epic site">
|
||||
<meta name="theme-color" content="#2962FF">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<meta name="canonical" content="https://reim.ar<?= parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH) ?>">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||
<title>Reimar</title>
|
||||
<link rel="canonical" href="https://reim.ar<?= parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH) ?>">
|
||||
<link rel="stylesheet" href="/assets/style/main.css" onload="linkOnloadSupported = true">
|
||||
<link class="theme-style" rel="<?= $_COOKIE["theme"] ? "alternate " : "" ?>stylesheet" href="assets/style/detect-dark-mode.css" data-theme="auto" title="Auto">
|
||||
<link class="theme-style" rel="<?= $_COOKIE["theme"] != "light" ? "alternate " : "" ?>stylesheet" href="/assets/style/light-mode.css" data-theme="light" title="Light">
|
||||
|
Loading…
Reference in New Issue
Block a user