Skip to content

Commit 8bb9fd4

Browse files
author
Emanuel Calvo
committed
Fixed incorrect tag for ending if
Fixed end tag.
1 parent 1d0f15e commit 8bb9fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/JB/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ layout.theme.name }}{% endcapture %}
2222
{% else %}
2323
{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %}
24-
{% end %}
24+
{% endif %}
2525
{% endif %}
2626
{% endif %}
2727
{% endcapture %}{% assign jbcache = nil %}

0 commit comments

Comments
 (0)