add custom_meta_tags

This commit is contained in:
2024-03-15 20:32:50 +03:00
parent 9663b13f3d
commit 316fb43ab0
3 changed files with 49 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<?custom_meta_tags();?>
<?php wp_head(); ?>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
@@ -42,7 +43,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
</head>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>