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" %} +