Back to Crossplane

Auto Index

themes/geekboot/layouts/partials/auto-index.html

1.19-archive406 B
Original Source

{{/* Auto-generates an index page with links to child pages, ordered by weight. Usage: {{ partial "auto-index" . }} */}} {{ if .RegularPages }}

{{ if .Params.description }}

{{ .Params.description }}

{{ end }}

Topics in this section:

{{ range .RegularPages.ByWeight }} - {{ .Title }}{{ if .Params.description }} - {{ .Params.description }}{{ end }} {{ end }}

{{ end }}