fix favicon

This commit is contained in:
Kay Faraday 2024-08-13 14:08:35 -07:00
parent 1837fb7695
commit 9fc5d12347
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<!-- {% block title %}{% endblock title %} -->
<title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title>
<meta name=viewport content="width=device-width, initial-scale=1.0">
<link rel=icon href="/favicon.png">
<link rel=icon href="/static/img/favicon.png">
<link rel=stylesheet href="/static/css/common.css">
<body>
<h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1>

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB