We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5b4baf + b153e62 commit babecebCopy full SHA for babeceb
_includes/layouts/sidebar.html
@@ -12,7 +12,7 @@
12
<div class="boxed-group-inner">
13
{% if page.lang != null and page.lang != "en" %}
14
{% capture sidebar_file %}sidebar-{{ page.lang }}.markdown{% endcapture %}
15
- (% endif %}
+ {% endif %}
16
{% capture sb %}{% include content/{{ sidebar_file | default: "sidebar.markdown" }} %}{% endcapture %}{{ sb | markdownify }}
17
</div>
18
0 commit comments