Back to Leetcode Go

Menu Hugo

website/themes/book/layouts/partials/docs/menu-hugo.html

1.7.1319 B
Original Source

{{ if . }} {{ template "book-menu-hugo" . }} {{ end }} {{ define "book-menu-hugo" }}

{{ range . }} - {{- .Pre -}} {{ with .Page }} {{ partial "docs/title" .Page }} {{ else }} {{ .Name }} {{ end }} {{- .Post -}} {{- with .Children }} {{ template "book-menu-hugo" . }} {{- end }} {{ end }} {{ end }}