mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
Fix favicon display in subdirectories
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title><?=isset($title) ? $title : "Welcome to ~tilde.club~"?></title>
|
<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 -->
|
<!-- Preload CSS and image resources -->
|
||||||
<link rel="preload" href="/style.css" as="style">
|
<link rel="preload" href="/style.css" as="style">
|
||||||
|
|||||||
Reference in New Issue
Block a user