Skip to content

Commit 39521c7

Browse files
authored
ADD: Yandex verification option. (1)
1 parent 614b8ea commit 39521c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

layout/_partials/head.swig

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
{% endif %}
1414

1515

16+
{% if theme.yandex_site_verification %}
17+
<meta name="yandex-verification" content="{{ theme.yandex_site_verification }}" />
18+
{% endif %}
19+
20+
1621
{% if theme.baidu_site_verification %}
1722
<meta name="baidu-site-verification" content="{{ theme.baidu_site_verification }}" />
1823
{% endif %}

0 commit comments

Comments
 (0)