Provided a different shortcut icon for the datatracker when run in development or test mode. Fixes issue #1667.
- Legacy-Id: 9504
This commit is contained in:
parent
3e2b92cb8e
commit
66b46ef636
|
@ -23,7 +23,11 @@
|
||||||
|
|
||||||
{% block pagehead %}{% endblock %}
|
{% block pagehead %}{% endblock %}
|
||||||
|
|
||||||
|
{% if server_mode and server_mode == "production" %}
|
||||||
<link rel="shortcut icon" href="/images/ietf-icon-blue3.png">
|
<link rel="shortcut icon" href="/images/ietf-icon-blue3.png">
|
||||||
|
{% else %}
|
||||||
|
<link rel="shortcut icon" href="/images/ietf-icon-red3.png">
|
||||||
|
{% endif %}
|
||||||
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
BIN
static/images/ietf-icon-red3.png
Normal file
BIN
static/images/ietf-icon-red3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 293 B |
Loading…
Reference in a new issue