--- eleventyNavigation: key: Security title: Security icon: lock order: 50 --- This section contains information on how to securely use Codeberg. {% assign navPages = collections.all | eleventyNavigation %} {%- for entry in navPages %} {% if entry.url == page.url %} {%- if entry.children.length -%} {%- for child in entry.children %} {%- endfor %}
Find out more in this section:
{{ child.title }}
{% endif %} {% endif %} {%- endfor %}