mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #7098 from jasongrout/favicon-block
Make the favicon a template block
This commit is contained in:
commit
7e3c583f27
@ -5,7 +5,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") }}">
|
||||
{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}">{% endblock %}
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<link rel="stylesheet" href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") }}" type="text/css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
Loading…
Reference in New Issue
Block a user