Use different favicons for different components (notebook, terminal, file)

Grant Nestor 9 years ago
parent 7b5c42d21c
commit 5f3dbf9890

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -2,6 +2,8 @@
{% block title %}{{page_title}}{% endblock %}
{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon-file.ico") }}">{% endblock %}
{% block stylesheet %}
<link rel="stylesheet" href="{{ static_url('components/codemirror/lib/codemirror.css') }}">
<link rel="stylesheet" href="{{ static_url('components/codemirror/addon/dialog/dialog.css') }}">

@ -1,5 +1,7 @@
{% extends "page.html" %}
{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon-notebook.ico") }}">{% endblock %}
{% block stylesheet %}
{% if mathjax_url %}

@ -2,6 +2,8 @@
{% block title %}{{page_title}}{% endblock %}
{% block favicon %}<link rel="shortcut icon" type="image/x-icon" href="{{static_url("base/images/favicon-terminal.ico") }}">{% endblock %}
{% block bodyclasses %}terminal-app {{super()}}{% endblock %}
{% block params %}

Loading…
Cancel
Save