From 645584824f64c8531c533205c54f56f018f510f2 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Fri, 4 Nov 2022 01:51:34 +1100 Subject: [PATCH] Fix Nested tree navigation with recursion example (#9174) Merge pull request 9174 --- docs/_tutorials/navigation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_tutorials/navigation.md b/docs/_tutorials/navigation.md index 5b7cbb39..5375532c 100644 --- a/docs/_tutorials/navigation.md +++ b/docs/_tutorials/navigation.md @@ -637,11 +637,11 @@ First, we'll create an include that we can use for rendering the navigation tree ```liquid ```