favicon changes i think it works idk

This commit is contained in:
cube
2026-05-09 22:14:47 +01:00
parent 0ed498faff
commit b13097862d
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -18,3 +18,4 @@ build/
/myriad/static/stamps
myriad/static/tmp
myriad/static/misc
myriad/static/favicon.ico

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,6 +1,7 @@
<!doctype html>
<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="stylesheet" href="{{ url_for('static', filename='style.css') }}">