Files
hugo-book/layouts/all.txt

8 lines
245 B
Plaintext

{{ .Site.Title }}
{{ $section := partialCached "docs/menu-section" .Site -}}
{{- range (partialCached "docs/menu-section-pages" $section) }}
- {{ partial "docs/title" . }}: {{ default .Permalink .Params.BookHref }}
{{- end }}
{{ .RawContent }}