From e5a48e6c1c83569c2207232ed242d5d0a81220bc Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 3 Oct 2016 17:04:39 -0400 Subject: [PATCH] Fix syntax --- _includes/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/base.html b/_includes/base.html index ff5abe93..6580c0e3 100644 --- a/_includes/base.html +++ b/_includes/base.html @@ -3,7 +3,7 @@ {% if depth == 1 %}{% assign base = './' %} {% elsif depth == 2 %}{% assign base = '../' %} {% elsif depth == 3 %}{% assign base = '../../' %} -{% elsif depth == 4 %}{% assign base = '../../../' %}{% endif %} -{% elsif depth == 5 %}{% assign base = '../../../../' %}{% endif %} -{% elsif depth == 6 %}{% assign base = '../../../../../' %}{% endif %} +{% elsif depth == 4 %}{% assign base = '../../../' %} +{% elsif depth == 5 %}{% assign base = '../../../../' %} +{% elsif depth == 6 %}{% assign base = '../../../../../' %} {% elsif depth == 7 %}{% assign base = '../../../../../../' %}{% endif %}