Skip to content

Commit

Permalink
Merge pull request twbs#241 from asmega/javascript_docs_favicon
Browse files Browse the repository at this point in the history
fixing locations of favicon + apple icons
  • Loading branch information
fat committed Sep 18, 2011
2 parents 3eafbe5 + 159ccc9 commit 89c5eb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/javascript.html
Expand Up @@ -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">
Expand Down

0 comments on commit 89c5eb4

Please sign in to comment.