From 0ef2f9aeb129022794ad74bcfdb42e3d959c4836 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 1 Aug 2024 17:17:58 +0300 Subject: [PATCH] 1.1.56 upd meta OG --- templates/inter/meta_OpenGraph.html | 42 +++++++++++++++++++++++++++++ templates/tb_base.html | 6 +++-- 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 templates/inter/meta_OpenGraph.html diff --git a/templates/inter/meta_OpenGraph.html b/templates/inter/meta_OpenGraph.html new file mode 100644 index 0000000..d1aedc5 --- /dev/null +++ b/templates/inter/meta_OpenGraph.html @@ -0,0 +1,42 @@ + +{% if page.url == 'main' %} + + + +{% endif %} + + + + + +{% if page.url == 'about_service' and page.url == 'ru' %} + + + + + + + + + + + + +{% endif %} + +{% if page.url == 'about_service' and page.url == 'en' %} + + + + + + + + + + + + + + +{% endif %} \ No newline at end of file diff --git a/templates/tb_base.html b/templates/tb_base.html index 6da3102..8aacbdf 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -7,7 +7,6 @@ -{# #} {% if page.description %} @@ -19,6 +18,8 @@ + {% include "inter/meta_OpenGraph.html" %} +