Add favicon
This commit is contained in:
parent
e35f3f5494
commit
78e16a9851
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}{{ config.title }}{% endblock %}</title>
|
||||
<link rel="stylesheet" href="{{ get_url(path="/style.css") }}">
|
||||
<link rel="icon" href="favicon.svg">
|
||||
<link rel="icon" type="image/png" href="{{ get_url(path="/favicon.png") }}">
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}
|
||||
|
Loading…
Reference in New Issue
Block a user