Back to Cortex

Section Index

website/layouts/partials/section-index.html

1.21.0436 B
Original Source

{{ $pages := (where .Site.Pages "Section" .Section).ByWeight }} {{ $parent := .Page }} {{ if $parent.Params.no_section_index }} {{/* If no_section_index is true we don't show a list of subpages */}} {{ else }} {{ if $parent.Params.no_section_index_title }}{{ else }}

More in this section

{{ end }} {{ range $pages }} {{ if eq .Parent $parent }} - {{- .Title -}} {{ end }} {{ end }} {{ end }}