From 06f3e447ca6f25185f6d44bb72c96dc6971fbb1d Mon Sep 17 00:00:00 2001 From: hitrust Date: Thu, 19 Jul 2018 08:51:10 +0800 Subject: [PATCH 1/2] close li tag --- content/docs/templates/navigation/contents.lr | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/templates/navigation/contents.lr b/content/docs/templates/navigation/contents.lr index fd31ebbe..3d7b580c 100644 --- a/content/docs/templates/navigation/contents.lr +++ b/content/docs/templates/navigation/contents.lr @@ -75,6 +75,7 @@ the recursive Jinja loop system comes really in. {% if this.is_child_of(child) %} {% endif %} + {% endfor %} ``` From 455f776c2513c085447dc02f610384b29d2d1154 Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Thu, 19 Jul 2018 10:52:48 -0500 Subject: [PATCH 2/2] nitpick - removing 1 space to align tags --- content/docs/templates/navigation/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/templates/navigation/contents.lr b/content/docs/templates/navigation/contents.lr index 3d7b580c..c10d85d7 100644 --- a/content/docs/templates/navigation/contents.lr +++ b/content/docs/templates/navigation/contents.lr @@ -75,7 +75,7 @@ the recursive Jinja loop system comes really in. {% if this.is_child_of(child) %} {% endif %} - + {% endfor %} ```