xiaohutai / bolt-hierarchicalroutes

[Bolt Extension] Hierarchical content using `menu.yml` for Bolt CMS
https://market.bolt.cm/view/twokings/hierarchical-routes
MIT License
7 stars 3 forks source link

[Bug] Prevent infinite loops in parent-child combinations #21

Open xiaohutai opened 5 years ago

xiaohutai commented 5 years ago

It is still possible to do this:

- page/1
  - page/1

Calling {{ getParents(...) }} will result in an out-of-memory.