summaryrefslogtreecommitdiff
path: root/_includes/JB/setup
diff options
context:
space:
mode:
Diffstat (limited to '_includes/JB/setup')
-rw-r--r--_includes/JB/setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/JB/setup b/_includes/JB/setup
index 337a2a7..30342fe 100644
--- a/_includes/JB/setup
+++ b/_includes/JB/setup
@@ -4,10 +4,10 @@
-->
{% if site.safe and site.JB.BASE_PATH %}
{% assign BASE_PATH = site.JB.BASE_PATH %}
- {% assign HOME_URL = site.JB.BASE_PATH %}
+ {% assign HOME_PATH = site.JB.BASE_PATH %}
{% else %}
{% assign BASE_PATH = nil %}
- {% assign HOME_URL = "/" %}
+ {% assign HOME_PATH = "/" %}
{% endif %}
{% if site.JB.ASSET_PATH %}