Fix branch logic for Yandex and Alexa. Closes #347
This commit is contained in:
parent
2c4f1d2614
commit
f3e5e0dafd
@ -127,10 +127,10 @@
|
|||||||
{% if site.bing_site_verification %}
|
{% if site.bing_site_verification %}
|
||||||
<meta name="msvalidate.01" content="{{ site.bing_site_verification }}">
|
<meta name="msvalidate.01" content="{{ site.bing_site_verification }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.owner.alexa.verify %}
|
{% if site.alexa_site_verification %}
|
||||||
<meta name="alexaVerifyID" content="{{ site.alexa_site_verification }}">
|
<meta name="alexaVerifyID" content="{{ site.alexa_site_verification }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.owner.yandex.verify %}
|
{% if site.yandex_site_verification %}
|
||||||
<meta name="yandex-verification" content="{{ site.yandex_site_verification }}">
|
<meta name="yandex-verification" content="{{ site.yandex_site_verification }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<!-- end SEO -->
|
<!-- end SEO -->
|
Loading…
x
Reference in New Issue
Block a user