Skip to content

Commit 8708a5d

Browse files
authored
Merge pull request #273 from hyperware-ai/tm/favicons
favicons
2 parents f52f7ae + e2fb987 commit 8708a5d

4 files changed

Lines changed: 77 additions & 19 deletions

File tree

src/assets/hyperware.svg

Lines changed: 32 additions & 9 deletions
Loading

theme/favicon-less-old.svg

Lines changed: 12 additions & 0 deletions
Loading

theme/favicon.svg

Lines changed: 31 additions & 8 deletions
Loading

theme/index.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<meta name="viewport" content="width=device-width, initial-scale=1">
2121
<meta name="theme-color" content="#ffffff">
2222

23+
<link rel="shortcut icon" href="{{ path_to_root }}favicon.svg">
2324
<link rel="icon" href="{{ path_to_root }}favicon.svg">
24-
<link rel="shortcut icon" href="{{ path_to_root }}favicon.png">
2525
<link rel="stylesheet" href="{{ path_to_root }}css/variables.css?ver=9">
2626
<link rel="stylesheet" href="{{ path_to_root }}css/general.css?ver=9">
2727
<link rel="stylesheet" href="{{ path_to_root }}css/chrome.css?ver=9">
@@ -380,4 +380,4 @@
380380
</div>
381381
</body>
382382

383-
</html>
383+
</html>

0 commit comments

Comments
 (0)