We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5ede5 commit 9e82e54Copy full SHA for 9e82e54
templates/base.html
@@ -8,6 +8,7 @@
8
<link rel="stylesheet" href="/static/css/base.css?{{ base.css_version }}" />
9
<link rel="stylesheet" href="/static/contrib/font-awesome/css/all.min.css" />
10
<meta name="viewport" content="width=device-width">
11
+ <link rel="icon" type="image/svg" href="/static/images/favicon.svg">
12
13
{% block styles %}
14
{% endblock styles %}
0 commit comments