Add the console favicon

This commit is contained in:
Jeremy Tuloup 2021-08-30 11:36:29 +02:00
parent 19942ed875
commit 8efb3c696c
3 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -113,7 +113,8 @@ dmypy.json
_temp_extension
junit.xml
[uU]ntitled*
retrolab/static
retrolab/static/*
!retrolab/static/favicons
retrolab/labextension
# playwright

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{page_config['appName'] | e}} - Console</title>
{% block favicon %}
<link rel="icon" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon-terminal.ico" class="favicon">
<link rel="icon" type="image/x-icon" href="{{ page_config['fullStaticUrl'] | e }}/favicons/favicon-console.ico" class="favicon">
{% endblock %}
</head>
<body>