diff options
| author | XhmikosR <[email protected]> | 2014-03-25 09:30:04 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-06-09 01:14:44 +0300 |
| commit | 29d00e0cd7285133c9260276acb0d99b02d6e3bc (patch) | |
| tree | 8cc543e7dd1260b04df626dbf33eeffb31f7b8df /docs/_includes/header.html | |
| parent | 79cbf5501e023118e3e59ccc68ae4843c71a6523 (diff) | |
| download | bootstrap-29d00e0cd7285133c9260276acb0d99b02d6e3bc.tar.xz bootstrap-29d00e0cd7285133c9260276acb0d99b02d6e3bc.zip | |
Move apple-touch-icon-precomposed.png and favicon.ico in docs root.
This way, it works in all browsers.
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e38a2c450..e60853ef4 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -34,8 +34,8 @@ <![endif]--> <!-- Favicons --> -<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-precomposed.png"> -<link rel="shortcut icon" href="../assets/ico/favicon.ico"> +<link rel="apple-touch-icon-precomposed" href="/apple-touch-icon-precomposed.png"> +<link rel="icon" href="/favicon.ico"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
