Skip to content

Commit

Permalink
Fix branch logic for Yandex and Alexa. Closes #347
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Habdas committed Jun 9, 2016
1 parent 2c4f1d2 commit f3e5e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/seo.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

0 comments on commit f3e5e0d

Please sign in to comment.