From f3e5e0dafdc49255febe2242881126a3f7ccd327 Mon Sep 17 00:00:00 2001 From: Josh Habdas Date: Thu, 9 Jun 2016 11:56:40 -0500 Subject: [PATCH] Fix branch logic for Yandex and Alexa. Closes #347 --- _includes/seo.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/seo.html b/_includes/seo.html index 8073725a..0298f6ce 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -127,10 +127,10 @@ {% if site.bing_site_verification %} {% endif %} -{% if site.owner.alexa.verify %} +{% if site.alexa_site_verification %} {% endif %} -{% if site.owner.yandex.verify %} +{% if site.yandex_site_verification %} {% endif %} - \ No newline at end of file +