From 06f3e447ca6f25185f6d44bb72c96dc6971fbb1d Mon Sep 17 00:00:00 2001 From: hitrust Date: Thu, 19 Jul 2018 08:51:10 +0800 Subject: [PATCH] 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 %} ```