From b82cb62509b69d31b16c38c40bd49af666fbdf4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Mon, 1 Jun 2020 22:58:19 +0200 Subject: [PATCH] shared: Favicon snippet --- shared/templates/shared/favicon_snippet.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shared/templates/shared/favicon_snippet.html diff --git a/shared/templates/shared/favicon_snippet.html b/shared/templates/shared/favicon_snippet.html new file mode 100644 index 000000000..44a549b02 --- /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"> -- GitLab