##// END OF EJS Templates
Adding link to new location of favicon.ico.
Brian E. Granger -
Show More
@@ -10,6 +10,7 b''
10 <meta charset="utf-8">
10 <meta charset="utf-8">
11
11
12 <title>{% block title %}IPython Notebook{% endblock %}</title>
12 <title>{% block title %}IPython Notebook{% endblock %}</title>
13 <link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}">
13 <meta http-equiv="X-UA-Compatible" content="chrome=1">
14 <meta http-equiv="X-UA-Compatible" content="chrome=1">
14 <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" />
15 <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" />
15 <link rel="stylesheet" href="{{static_url("base/css/boilerplate.css") }}" type="text/css" />
16 <link rel="stylesheet" href="{{static_url("base/css/boilerplate.css") }}" type="text/css" />
General Comments 0
You need to be logged in to leave comments. Login now