favicon changes i think it works idk
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,3 +18,4 @@ build/
|
|||||||
/myriad/static/stamps
|
/myriad/static/stamps
|
||||||
myriad/static/tmp
|
myriad/static/tmp
|
||||||
myriad/static/misc
|
myriad/static/misc
|
||||||
|
myriad/static/favicon.ico
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -1,6 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
|
|
||||||
<title>{% block title %}{% endblock %} - {{ get_system_name() }}</title>
|
<title>{% block title %}{% endblock %} - {{ get_system_name() }}</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='default.ico') }}">
|
||||||
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user