diff --git a/shared/templates/shared/favicon_snippet.html b/shared/templates/shared/favicon_snippet.html new file mode 100644 index 0000000000000000000000000000000000000000..44a549b020f1126aae27f629b8c5c0e5cb7ae358 --- /dev/null +++ b/shared/templates/shared/favicon_snippet.html @@ -0,0 +1,6 @@ +{% load static %} +<link rel="icon" type="image/png" href="{% static "shared/favicon/favicon-196.png" %}" sizes="196x196"> +<link rel="icon" type="image/png" href="{% static "shared/favicon/favicon-128.png" %}" sizes="128x128"> +<link rel="icon" type="image/png" href="{% static "shared/favicon/favicon-96.png" %}" sizes="96x96"> +<link rel="icon" type="image/png" href="{% static "shared/favicon/favicon-32.png" %}" sizes="32x32"> +<link rel="icon" type="image/png" href="{% static "shared/favicon/favicon-16.png" %}" sizes="16x16">