diff --git a/lib/locomotive/liquid/tags/nav.rb b/lib/locomotive/liquid/tags/nav.rb index 88a2d696..4a31d7ec 100644 --- a/lib/locomotive/liquid/tags/nav.rb +++ b/lib/locomotive/liquid/tags/nav.rb @@ -95,7 +95,7 @@ module Locomotive def render_entry_children(page,depth) output = %{} - children = page.children + children = page.children_with_minimal_attributes.reject { |c| c.templatized? } if children.present? output = %{