mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Fixes #11975: Change from png to .ico for favicon
This commit is contained in:
@@ -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 || [];
|
||||
|
||||
Reference in New Issue
Block a user