From b153e6285f0e000a962ba99bb2c13aaa536e9fa0 Mon Sep 17 00:00:00 2001 From: Carlos Delfino - Vaio Date: Fri, 11 Nov 2016 12:00:17 -0300 Subject: [PATCH] Correction of the IF finalization tag. I made a typo and used a braces instead of braces. Write the IF declaration end tag. --- _includes/layouts/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/layouts/sidebar.html b/_includes/layouts/sidebar.html index 50b6bc1..36b50ac 100644 --- a/_includes/layouts/sidebar.html +++ b/_includes/layouts/sidebar.html @@ -12,7 +12,7 @@
{% if page.lang != null and page.lang != "en" %} {% capture sidebar_file %}sidebar-{{ page.lang }}.markdown{% endcapture %} - (% endif %} + {% endif %} {% capture sb %}{% include content/{{ sidebar_file | default: "sidebar.markdown" }} %}{% endcapture %}{{ sb | markdownify }}