diff options
| author | Jacob Thornton <[email protected]> | 2011-09-18 13:45:12 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-18 13:45:12 -0700 |
| commit | 89c5eb44911417a495275c015574b6eb715dd69c (patch) | |
| tree | f9af76c18493472b5614760339206689697d6348 /docs/javascript.html | |
| parent | 3eafbe5c8994e884744e4a664be51ab5b6558b80 (diff) | |
| parent | 159ccc9de38c0402d8dda37b7ea0295294f27f46 (diff) | |
| download | bootstrap-89c5eb44911417a495275c015574b6eb715dd69c.tar.xz bootstrap-89c5eb44911417a495275c015574b6eb715dd69c.zip | |
Merge pull request #241 from asmega/javascript_docs_favicon
fixing locations of favicon + apple icons
Diffstat (limited to 'docs/javascript.html')
| -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 f8ef930c6..61b0c8dc0 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"> |
