Returns the sub-pages of the page which are visible as a hash.

Usage

{{ page.visible_children }}

Example

{% if page.has_visible_children? %}
  This page has {{ page.visible_children.length }} subpages.
{% endif %}