Add favicon to html
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<link rel="icon" href="{{ url_for('assets', path='img/favicon.ico') }}">
|
||||
<title>{% block title %}Admin Dashboard{% endblock %}</title>
|
||||
|
||||
<!-- Google Font: Source Sans Pro -->
|
||||
|
||||
Reference in New Issue
Block a user