Fix no favicon on shares #580 (#718)

This commit is contained in:
Julien Kirch 2023-09-08 15:43:35 +02:00 committed by GitHub
parent 941ace99c6
commit eedf19ad9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>