Add favicon

This commit is contained in:
Mark Veidemanis 2022-07-21 13:50:20 +01:00
parent 9be8d8f61c
commit fd310cc7e8
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 1 additions and 0 deletions

BIN
core/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -7,6 +7,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pathogen - {{ request.path_info }}</title>
<link rel="shortcut icon" href="{% static 'favicon.ico' %}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css" />
<script>