mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-07 21:24:24 +08:00
Add favicon
This commit is contained in:
parent
f8317daf2e
commit
93725c7d9f
2 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
<title>{{ page.title }}</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/main.css"/>
|
||||
<link rel="icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico">
|
||||
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="{{ site.baseurl }}/js/html5shiv.min.js"></script>
|
||||
<script src="{{ site.baseurl }}/js/respond.min.js"></script>
|
||||
|
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Reference in a new issue