fix favicon
This commit is contained in:
parent
1837fb7695
commit
9fc5d12347
|
@ -4,7 +4,7 @@
|
||||||
<!-- {% block title %}{% endblock title %} -->
|
<!-- {% block title %}{% endblock title %} -->
|
||||||
<title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title>
|
<title>{% block titletag %}{{ self.title() }}{% endblock titletag %}</title>
|
||||||
<meta name=viewport content="width=device-width, initial-scale=1.0">
|
<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">
|
<link rel=stylesheet href="/static/css/common.css">
|
||||||
<body>
|
<body>
|
||||||
<h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1>
|
<h1>{% block titleheader %}{{ self.title() }}{% endblock titleheader %}</h1>
|
||||||
|
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue