Skip to content

Commit e096077

Browse files
authored
Merge pull request #549 from ariasuni/use-better-favicon-ico
Use the favicon.ico used on other Rust websites and actually use it
2 parents 9e060d2 + e1b3046 commit e096077

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

static/images/favicon.ico

7.95 KB
Binary file not shown.

templates/layout.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<link rel="apple-touch-icon" sizes="180x180" href="/static/images/apple-touch-icon.png">
4141
<link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon-32x32.png">
4242
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon-16x16.png">
43+
<link rel="shortcut icon" href="/static/images/favicon.ico">
4344
<link rel="manifest" href="/static/images/site.webmanifest">
4445
<link rel="mask-icon" href="/static/images/safari-pinned-tab.svg" color="#5bbad5">
4546
<meta name="msapplication-TileColor" content="#00aba9">

0 commit comments

Comments
 (0)