Skip to content

Commit af94ec1

Browse files
committed
added favicon
1 parent 64b5eb8 commit af94ec1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

static/icons/favicon.png

2.32 KB
Loading

templates/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
font-display: block;
8282
}
8383
</style>
84+
85+
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='icons/favicon.png') }}">
8486

8587
{% block header %}
8688
{% endblock %}

0 commit comments

Comments
 (0)