1.1.56 upd meta OG
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<html lang="{{ request.LANGUAGE_CODE }}">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{# <meta name="viewport" content="width=100%,maximum-scale=5,minimum-scale=1,initial-scale=1">#}
|
||||
<meta name="viewport" content="width=device-width,maximum-scale=1,minimum-scale=1,initial-scale=1,height=device-height">
|
||||
{% if page.description %}
|
||||
<meta name="description" content="{{ page.description }}">
|
||||
@@ -19,6 +18,8 @@
|
||||
<meta name="google-site-verification" content="4V4upJSK2_4MBrr5ZXjcCLw3bBwXc4_gsnKudJAaWqI" />
|
||||
<meta name="yandex-verification" content="b8a976575e41fbbc" />
|
||||
|
||||
{% include "inter/meta_OpenGraph.html" %}
|
||||
|
||||
<!-- Yandex.Metrika counter -->
|
||||
<script type="text/javascript" >
|
||||
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|
||||
@@ -148,6 +149,7 @@ function gtag_report_conversion(url) {
|
||||
<body{% if page_type == 'routes' %} onscroll="scroll_ev(event,this)"{% endif %}>
|
||||
|
||||
<div class="popup_wrapper">
|
||||
|
||||
{% if not user.is_authenticated %}
|
||||
<div class="popup_content">
|
||||
<div class="popup_cross" onclick="setCokie(182,'popup_show','false')">
|
||||
@@ -160,7 +162,7 @@ function gtag_report_conversion(url) {
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
{# ДОБАВИТЬ ПРОВЕРКУ НА ДАТУ РЕГИСТРАЦИИ ЧТОБЫ ПОПАП НЕ ПОЯВЛЯЛСЯ У ВСЕХ ЭТО ВРЕМЕННО#}
|
||||
|
||||
{% if user.is_authenticated %}
|
||||
<div class="popup_content">
|
||||
<div class="popup_cross" onclick="setCokie(182,'first_authorization','true')">
|
||||
|
||||
Reference in New Issue
Block a user