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

Usage

{{ page.hidden_children }}

Example

{% if page.has_hidden_children? %}
  This page has {{ page.hidden_children.length }} subpages.
{% endif %}