diff options
| author | asmega <[email protected]> | 2011-09-18 15:59:52 +0100 |
|---|---|---|
| committer | asmega <[email protected]> | 2011-09-18 16:10:36 +0100 |
| commit | 159ccc9de38c0402d8dda37b7ea0295294f27f46 (patch) | |
| tree | bff82adf9f9bc9fa7192e8065feb4979279fe6f0 /docs | |
| parent | 732ff9ed1c0b590c17951de412024cb7acd5763a (diff) | |
| download | bootstrap-159ccc9de38c0402d8dda37b7ea0295294f27f46.tar.xz bootstrap-159ccc9de38c0402d8dda37b7ea0295294f27f46.zip | |
fixing locations of favicon + apple icons
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index f001ad808..f74f3b568 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -29,10 +29,10 @@ <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> <!-- Le fav and touch icons --> - <link rel="shortcut icon" href="images/favicon.ico"> - <link rel="apple-touch-icon" href="images/apple-touch-icon.png"> - <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> - <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> + <link rel="shortcut icon" type="image/x-icon" href="assets/ico/favicon.ico"> + <link rel="apple-touch-icon" href="assets/ico/bootstrap-apple-57x57.png"> + <link rel="apple-touch-icon" sizes="72x72" href="assets/ico/bootstrap-apple-72x72.png"> + <link rel="apple-touch-icon" sizes="114x114" href="assets/ico/bootstrap-apple-114x114.png"> </head> <body id="bootstrap-js"> |
