Skip to content

Commit 9e82e54

Browse files
committed
Actually use the favicon
1 parent 6c5ede5 commit 9e82e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="stylesheet" href="/static/css/base.css?{{ base.css_version }}" />
99
<link rel="stylesheet" href="/static/contrib/font-awesome/css/all.min.css" />
1010
<meta name="viewport" content="width=device-width">
11+
<link rel="icon" type="image/svg" href="/static/images/favicon.svg">
1112

1213
{% block styles %}
1314
{% endblock styles %}

0 commit comments

Comments
 (0)