Fixes #11975: Change from png to .ico for favicon
This commit is contained in:
parent
37bc0c230d
commit
0bd5bca695
21 changed files with 19 additions and 19 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
<!-- Favicons -->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ page.base_url }}docs-assets/ico/apple-touch-icon-144-precomposed.png">
|
||||
<link rel="shortcut icon" href="{{ page.base_url }}docs-assets/ico/favicon.png">
|
||||
<link rel="shortcut icon" href="{{ page.base_url }}docs-assets/ico/favicon.ico">
|
||||
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue