From 074e141a22317b7ca62f764440e75a94bc0b12ef Mon Sep 17 00:00:00 2001 From: sysadminix Date: Mon, 3 Jun 2024 15:04:39 +0300 Subject: [PATCH 1/4] 0.0.13 fix metrika --- templates/blocks/b_header.html | 34 +--------------------------------- templates/tb_base.html | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/templates/blocks/b_header.html b/templates/blocks/b_header.html index 4f3ec22..2b62bb6 100644 --- a/templates/blocks/b_header.html +++ b/templates/blocks/b_header.html @@ -135,36 +135,4 @@
- - - - - - - - - - - - -
\ No newline at end of file + \ No newline at end of file diff --git a/templates/tb_base.html b/templates/tb_base.html index 5b58b3b..da7a7d3 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -17,6 +17,38 @@ {% webpush_header %} + + + + + + + + + + +
+ {% if page.title %} From a0dd229c12d97f794695e71c72b3bccb1bc00f7d Mon Sep 17 00:00:00 2001 From: sysadminix <sa@a3-global.com> Date: Mon, 3 Jun 2024 15:25:11 +0300 Subject: [PATCH 2/4] 0.0.14 add yandex and google verification meta --- templates/tb_base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/tb_base.html b/templates/tb_base.html index da7a7d3..f4f02e1 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -16,6 +16,7 @@ {% endif %} <meta name="vapid-key" content="{{ vapid_key }}"> {% webpush_header %} + <meta name="google-site-verification" content="4V4upJSK2_4MBrr5ZXjcCLw3bBwXc4_gsnKudJAaWqI" /> <!-- Yandex.Metrika counter --> <script type="text/javascript" > @@ -192,6 +193,7 @@ } document.cookie = "user_tz=" + tz + ";path=/"; </script> + Verification: b8a976575e41fbbc </body> </body> From c444055bd78a293237c1139aceb3ff3861c74042 Mon Sep 17 00:00:00 2001 From: sysadminix <sa@a3-global.com> Date: Mon, 3 Jun 2024 15:38:40 +0300 Subject: [PATCH 3/4] 0.0.14 add yandex and google verification meta --- templates/tb_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tb_base.html b/templates/tb_base.html index f4f02e1..9b6ea30 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -118,6 +118,7 @@ </head> <body{% if page_type == 'routes' %} onscroll="scroll_ev(event,this)"{% endif %}> + Verification: b8a976575e41fbbc <div class="cookie_block"> <div class="container_content_cookie_block"> <div class="txt_cookie">{% translate "Сайт использует файлы cookie. Просматривая этот сайт, Вы соглашаетесь" %} @@ -193,7 +194,6 @@ } document.cookie = "user_tz=" + tz + ";path=/"; </script> - Verification: b8a976575e41fbbc </body> </body> From 431ab2f9b08989712cd39277f54a2d7b8921194a Mon Sep 17 00:00:00 2001 From: sysadminix <sa@a3-global.com> Date: Mon, 3 Jun 2024 15:55:12 +0300 Subject: [PATCH 4/4] 0.0.14 add yandex and google verification meta --- templates/tb_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tb_base.html b/templates/tb_base.html index 9b6ea30..67569f2 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -17,6 +17,7 @@ <meta name="vapid-key" content="{{ vapid_key }}"> {% webpush_header %} <meta name="google-site-verification" content="4V4upJSK2_4MBrr5ZXjcCLw3bBwXc4_gsnKudJAaWqI" /> + <meta name="yandex-verification" content="b8a976575e41fbbc" /> <!-- Yandex.Metrika counter --> <script type="text/javascript" > @@ -118,7 +119,6 @@ </head> <body{% if page_type == 'routes' %} onscroll="scroll_ev(event,this)"{% endif %}> - Verification: b8a976575e41fbbc <div class="cookie_block"> <div class="container_content_cookie_block"> <div class="txt_cookie">{% translate "Сайт использует файлы cookie. Просматривая этот сайт, Вы соглашаетесь" %}