Skip to content

Commit 25d5679

Browse files
committed
Move favicon.ico to root directory so it shows up on all pages. Closes jashkenas#2883
1 parent 4146db0 commit 25d5679

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed
File renamed without changes.

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
66
<meta name="viewport" content="width=device-width">
77
<link rel="canonical" href="http://backbonejs.org" />
8-
<link rel="icon" href="docs/images/favicon.ico" />
98
<title>Backbone.js</title>
109
<style>
1110
body {

test/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset='utf8'>
55
<title>Backbone Test Suite</title>
66
<link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen">
7-
<link rel="icon" href="../docs/images/favicon.ico">
87
</head>
98
<body>
109
<div id="qunit"></div>

0 commit comments

Comments
 (0)