Add favicon

This commit is contained in:
Emil Miler 2024-02-08 14:08:40 +01:00
parent e35f3f5494
commit 78e16a9851
2 changed files with 1 additions and 1 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{{ config.title }}{% endblock %}</title> <title>{% block title %}{{ config.title }}{% endblock %}</title>
<link rel="stylesheet" href="{{ get_url(path="/style.css") }}"> <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> </head>
<body> <body>
{% block content %} {% block content %}