Added more bases

This commit is contained in:
Justin Ethier 2016-10-03 16:58:26 -04:00
parent 7c554c241a
commit 59bb5765af

View file

@ -4,3 +4,6 @@
{% 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 == 7 %}{% assign base = '../../../../../../' %}{% endif %}