mirror of https://github.com/tildeclub/site.git
Fix favicon display in subdirectories
This commit is contained in:
parent
0e2d568080
commit
6111c5185f
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
<link rel="icon" type="image/png" href="https://tilde.club/favicon.png">
|
||||
|
||||
<!-- Preload CSS and image resources -->
|
||||
<link rel="preload" href="/style.css" as="style">
|
||||
|
|
Loading…
Reference in New Issue