From 51f2b5bb092805d61bb0bd238b56a66db95e0463 Mon Sep 17 00:00:00 2001 From: reilnuud Date: Tue, 24 May 2016 19:25:49 -0700 Subject: [PATCH] js error fix --- _includes/global_page_includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/global_page_includes/head.html b/_includes/global_page_includes/head.html index 2bc8d87..549aa6e 100644 --- a/_includes/global_page_includes/head.html +++ b/_includes/global_page_includes/head.html @@ -61,7 +61,7 @@ {% endif %} {% comment %} leaving this here just in case - or page.url == "/the-plan" {% endcomment %} - {% if page.slug == 'national_progress' %} + {% if page.title == 'National Progress' %} {% endif %}