Fix branch logic for Yandex and Alexa. Closes #347

This commit is contained in:
Josh Habdas 2016-06-09 11:56:40 -05:00
parent 2c4f1d2614
commit f3e5e0dafd

View file

@ -127,10 +127,10 @@
{% if site.bing_site_verification %}
<meta name="msvalidate.01" content="{{ site.bing_site_verification }}">
{% endif %}
{% if site.owner.alexa.verify %}
{% if site.alexa_site_verification %}
<meta name="alexaVerifyID" content="{{ site.alexa_site_verification }}">
{% endif %}
{% if site.owner.yandex.verify %}
{% if site.yandex_site_verification %}
<meta name="yandex-verification" content="{{ site.yandex_site_verification }}">
{% endif %}
<!-- end SEO -->
<!-- end SEO -->