From 155381072c289bae13a5a81ca56f3deaa545aebe Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Thu, 4 Dec 2014 00:35:28 +0000 Subject: [PATCH] Make the favicon a template block --- IPython/html/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/templates/page.html b/IPython/html/templates/page.html index ea7274cc1..df495185a 100644 --- a/IPython/html/templates/page.html +++ b/IPython/html/templates/page.html @@ -5,7 +5,7 @@ {% block title %}IPython Notebook{% endblock %} - + {% block favicon %}{% endblock %}