mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
fix favicon 404s: add <link rel=icon> to all pages, nginx 204 for /favicon.ico
This commit is contained in:
@@ -68,6 +68,7 @@ $searchBarValue = $_GET['query'] ?? '';
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Répertoire – Posterg</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/admin_favicon.svg">
|
||||
<link rel="stylesheet" href="assets/modern-normalize.min.css">
|
||||
<link rel="stylesheet" href="assets/common.css">
|
||||
<link rel="stylesheet" href="assets/search.css">
|
||||
|
||||
Reference in New Issue
Block a user