aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-23 15:16:25 -0800
committerMark Otto <[email protected]>2013-12-23 15:16:25 -0800
commit0bd5bca6957bd26b526c92a7c90da78daf636e7b (patch)
treea4350ee34ecb0ec78443b719a927bad5372fd557 /_includes
parent37bc0c230da521d2cfe1c6fbd36a5bfad914014f (diff)
downloadbootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.tar.xz
bootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.zip
Fixes #11975: Change from png to .ico for favicon
Diffstat (limited to '_includes')
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 18d7660b8..6da8cef43 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -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 || [];