From 703d5c30c6ed9cd569a3b81d33301669f7d7356c 2013-05-21 22:35:20
From: Brian E. Granger <ellisonbg@gmail.com>
Date: 2013-05-21 22:35:20
Subject: [PATCH] Adding link to new location of favicon.ico.

---

diff --git a/IPython/frontend/html/notebook/templates/page.html b/IPython/frontend/html/notebook/templates/page.html
index 6afc8c1..2d9637a 100644
--- a/IPython/frontend/html/notebook/templates/page.html
+++ b/IPython/frontend/html/notebook/templates/page.html
@@ -10,6 +10,7 @@
     <meta charset="utf-8">
 
     <title>{% block title %}IPython Notebook{% endblock %}</title>
+	<link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}">
     <meta http-equiv="X-UA-Compatible" content="chrome=1">
     <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" />
     <link rel="stylesheet" href="{{static_url("base/css/boilerplate.css") }}" type="text/css" />