Fix broken internal links across site
This commit is contained in:
@@ -44,8 +44,8 @@ header('Content-Security-Policy: default-src "self"; script-src "self" "unsafe-i
|
||||
<meta name="twitter:image" content="<?php echo htmlspecialchars($og_image); ?>">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.svg">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/apple-touch-icon.svg">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
|
||||
Reference in New Issue
Block a user