Back to Lit

Articles Nav

packages/lit-dev-content/site/_includes/articles-nav.html

latest691 B
Original Source

{% set navSection = eleventyNavigation.parent or eleventyNavigation.key %} {%- set navSections = collections[collection] | eleventyNavigation -%} {%- for section in navSections %} {% if section.hidden != true %} {# Are any children in this section active? #} {% set sectionActive = false %} {%- for child in section.children %} {% if child.url == page.url %} {% set sectionActive = true %} {% endif %} {%- endfor %}

  • {%- if section.children | length %} {{ section.title }} {%- for child in section.children %} 1. {{ child.title }} {%- endfor %} {%- else %} {{ section.title }} {%- endif %} {% endif %} {%- endfor %}