Add favicon link to base template
This commit is contained in:
parent
20b90f410e
commit
6ab5748cbc
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
Musik
|
||||
{% endblock title %}
|
||||
</title>
|
||||
<link rel="icon" href="{% static "logo.svg" %}">
|
||||
<link rel="stylesheet" href="{% static "css/main.css" %}">
|
||||
<link rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.purple.min.css">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue