updated favicon to use SVG.

This commit is contained in:
2021-05-04 09:40:32 +01:00
parent e238b307f2
commit cd43355da4

View File

@@ -9,7 +9,7 @@
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="Ajurna">
<link rel="icon" href="{% static "favicon.ico" %}">
<link rel="icon" href="{% static "img/logo.svg" %}">
<title>{% block title %}CB Web Reader{% endblock %}</title>