Add .ico favicon
This commit is contained in:
parent
0060e82763
commit
875e4fc074
2 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@
|
|||
{% javascript vendor/modernizr-2.6.2.custom.min.js %}
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.png">
|
||||
|
||||
{% if page.image.background or site.background %}
|
||||
{% capture background %}{% if page.image.background %}{{ page.image.background }}{% else %}{{ site.background }}{% endif %}{% endcapture %}
|
||||
|
|
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue