From 9196d18800f9f7c0c78d2cc131b6c5bf7883db0f Mon Sep 17 00:00:00 2001 From: Alexey Norets Date: Sat, 13 Nov 2021 08:09:35 +0300 Subject: [PATCH] replace favicon with svg for yandex --- static/favicon.svg | 38 ++++++++++++++++++++++++++++++++++++++ templates/new_layout.html | 3 ++- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 static/favicon.svg diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..9f4f13a --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/new_layout.html b/templates/new_layout.html index a94cd71..c0e37a9 100644 --- a/templates/new_layout.html +++ b/templates/new_layout.html @@ -43,7 +43,8 @@ - + + {% if title %} klintorg - {{ title }}