|
@@ -31,7 +31,8 @@
|
|
{% block head %}
|
|
{% block head %}
|
|
<link title="{{ instance_name }}" type="application/opensearchdescription+xml" rel="search" href="{{ opensearch_url }}"/>
|
|
<link title="{{ instance_name }}" type="application/opensearchdescription+xml" rel="search" href="{{ opensearch_url }}"/>
|
|
{% endblock %}
|
|
{% endblock %}
|
|
- <link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.png') }}" />
|
|
|
|
|
|
+ <link rel="icon" href="{{ url_for('static', filename='img/favicon.png') }}" sizes="any">
|
|
|
|
+ <link rel="icon" href="{{ url_for('static', filename='img/favicon.svg') }}" type="image/svg+xml">
|
|
</head>
|
|
</head>
|
|
<body class="{{ endpoint }}_endpoint" >
|
|
<body class="{{ endpoint }}_endpoint" >
|
|
<main id="main_{{ self._TemplateReference__context.name|replace("simple/", "")|replace(".html", "") }}">
|
|
<main id="main_{{ self._TemplateReference__context.name|replace("simple/", "")|replace(".html", "") }}">
|