Skip to content

Commit

Permalink
Actually use the favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed May 23, 2024
1 parent 6c5ede5 commit 9e82e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="stylesheet" href="/static/css/base.css?{{ base.css_version }}" />
<link rel="stylesheet" href="/static/contrib/font-awesome/css/all.min.css" />
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/svg" href="/static/images/favicon.svg">

{% block styles %}
{% endblock styles %}
Expand Down

0 comments on commit 9e82e54

Please sign in to comment.