3 lines
208 B
HTML
3 lines
208 B
HTML
{% load static %}
|
|
<link rel="icon" href="{% static 'components/favicon/favicon.ico' %}" type="image/x-icon">
|
|
<link rel="shortcut icon" href="{% static 'components/favicon/favicon.ico' %}" type="image/x-icon"> |