diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 35257fc7..7702baa8 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -164,6 +164,7 @@
{{- /* Misc */}}
{{- if hugo.IsProduction | or (eq site.Params.env "production") }}
{{- template "_internal/google_analytics.html" . }}
+{{- template "partials/templates/yandex_metrika.html" . }}
{{- template "partials/templates/opengraph.html" . }}
{{- template "partials/templates/twitter_cards.html" . }}
{{- template "partials/templates/schema_json.html" . }}
diff --git a/layouts/partials/templates/yandex_metrika.html b/layouts/partials/templates/yandex_metrika.html
new file mode 100644
index 00000000..488a997c
--- /dev/null
+++ b/layouts/partials/templates/yandex_metrika.html
@@ -0,0 +1,16 @@
+{{- if site.Params.yandexMetrika }}
+
+
+{{- end -}}
\ No newline at end of file