From 3a2df76133171e1cd576708a60694e7d0632b671 Mon Sep 17 00:00:00 2001 From: Jade Dominguez Date: Mon, 6 Feb 2012 13:32:44 -0800 Subject: Resolve incorrect HOME_PATH/BASE_PATH settings JB/setup needs to account for being falsy. Also add better usage instructions for BASE_PATH. Fixes #30 --- _includes/JB/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes') diff --git a/_includes/JB/setup b/_includes/JB/setup index e6d8b88..efcd84b 100644 --- a/_includes/JB/setup +++ b/_includes/JB/setup @@ -5,7 +5,7 @@ {% if site.JB.setup.provider == "custom" %} {% include custom/setup %} {% else %} - {% if site.safe and site.JB.BASE_PATH %} + {% if site.safe and site.JB.BASE_PATH and site.JB.BASE_PATH != '' %} {% assign BASE_PATH = site.JB.BASE_PATH %} {% assign HOME_PATH = site.JB.BASE_PATH %} {% else %} -- cgit v1.2.3