Fix no favicon on shares #580

This commit is contained in:
Julien Kirch 2023-09-08 15:40:16 +02:00
parent 941ace99c6
commit 6c9fb5675b
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="renderer" content="webkit" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="shortcut icon" href="../api/theme/image/logo" />
<!-- ref:css style/style.min.css?@build.date@ -->
<link rel="stylesheet" href="style/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style/fontawesome.css" type="text/css" />
@ -102,4 +102,4 @@
</div>
</div>
</body>
</html>
</html>