summaryrefslogtreecommitdiff
path: root/_includes/JB/setup
diff options
context:
space:
mode:
Diffstat (limited to '_includes/JB/setup')
-rw-r--r--_includes/JB/setup2
1 files changed, 1 insertions, 1 deletions
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 %}