From 39e7db13b6db9663bd1970200f1d2aee8b6c9da3 Mon Sep 17 00:00:00 2001 From: Evan Sonderegger Date: Mon, 21 Dec 2015 13:02:07 -0500 Subject: [PATCH] closing tag on recursive example --- 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 749c5759..9739f73b 100644 --- a/content/docs/templates/navigation/contents.lr +++ b/content/docs/templates/navigation/contents.lr @@ -71,7 +71,7 @@ the recursive Jinja loop system comes really in. {% set root = site.get('/') %} {% for child in root.children recursive %} {{ child.title }} + %}>{{ child.title }} {% if this.is_child_of(child) %} {% endif %}