Skip to content

Commit

Permalink
Fix no favicon on shares #580 (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Kirch committed Sep 8, 2023
1 parent 941ace9 commit eedf19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-web/src/main/webapp/src/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@ -->
<link rel="stylesheet" href="style/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style/fontawesome.css" type="text/css" />
Expand Down Expand Up @@ -102,4 +102,4 @@
</div>
</div>
</body>
</html>
</html>

0 comments on commit eedf19a

Please sign in to comment.