Breaking changes, rewrite; add support for plain text output and single page mode
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{ .Site.Title }}
|
||||
{{ $section := partialCached "docs/menu-section" .Site -}}
|
||||
{{- range (partialCached "docs/menu-section-pages" $section) }}
|
||||
- {{ partial "docs/title" . }}: {{ default .Permalink .Params.BookHref }}
|
||||
{{- end }}
|
||||
|
||||
{{ $section := partialCached "docs/menu-section" .Site -}}
|
||||
{{- range (partialCached "docs/menu-section-pages" $section) -}}
|
||||
{{- .RawContent }}
|
||||
{{ end -}}
|
||||
Reference in New Issue
Block a user