Back to Hugo

In This Section

docs/layouts/_partials/layouts/in-this-section.html

0.161.1227 B
Original Source

{{- with .CurrentSection.RegularPages }} {{ $hasTocOrRelated := or ($.Store.Get "hasToc") ($.Store.Get "hasRelated") }}

In this section

{{- range . }} - {{ .LinkTitle }} {{- end }}

{{- end }}