Skip to content

Commit babeceb

Browse files
authored
Merge pull request #24 from carlosdelfino/sidebar.markdown
Correction of the IF finalization tag.
2 parents c5b4baf + b153e62 commit babeceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/layouts/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="boxed-group-inner">
1313
{% if page.lang != null and page.lang != "en" %}
1414
{% capture sidebar_file %}sidebar-{{ page.lang }}.markdown{% endcapture %}
15-
(% endif %}
15+
{% endif %}
1616
{% capture sb %}{% include content/{{ sidebar_file | default: "sidebar.markdown" }} %}{% endcapture %}{{ sb | markdownify }}
1717
</div>
1818
</div>

0 commit comments

Comments
 (0)