diff options
| author | Mark Otto <[email protected]> | 2013-12-23 15:16:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-23 15:16:25 -0800 |
| commit | 0bd5bca6957bd26b526c92a7c90da78daf636e7b (patch) | |
| tree | a4350ee34ecb0ec78443b719a927bad5372fd557 /_includes | |
| parent | 37bc0c230da521d2cfe1c6fbd36a5bfad914014f (diff) | |
| download | bootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.tar.xz bootstrap-0bd5bca6957bd26b526c92a7c90da78daf636e7b.zip | |
Fixes #11975: Change from png to .ico for favicon
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/header.html | 2 |
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 || []; |
