From 455f776c2513c085447dc02f610384b29d2d1154 Mon Sep 17 00:00:00 2001 From: Joseph Nix Date: Thu, 19 Jul 2018 10:52:48 -0500 Subject: [PATCH] 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 %} ```