From 18ec5736c205a1267fa879335417fa022ff07ddf Mon Sep 17 00:00:00 2001 From: Aaron Gustafson Date: Mon, 3 Apr 2017 15:09:35 -0400 Subject: [PATCH] Variable rename --- lib/template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/template.html b/lib/template.html index ab25607..6531d1a 100755 --- a/lib/template.html +++ b/lib/template.html @@ -97,7 +97,7 @@ {% assign seo_page_image = seo_page_image | escape %} {% endif %} -{% assign seo_page_locale = page.lang | default: site.lang | default: "en_US"" %} +{% assign seo_page_lang = page.lang | default: site.lang | default: "en_US" %} {% if seo_tag.title and seo_title %} {{ seo_title }} @@ -111,7 +111,7 @@ {% endif %} - + {% if seo_description %}