diff --git a/layouts/docs/list.html b/layouts/docs/list.html new file mode 100644 index 0000000000..548cf619c0 --- /dev/null +++ b/layouts/docs/list.html @@ -0,0 +1,24 @@ +{{ define "title"}} {{ .Title}} {{end}} +{{ define "main" }} + +
+

{{ .Title }}

+
+ +
+ +{{ range .Sections.ByWeight }} +
  • + {{.Title}} +
  • +{{ end }} + +{{ range .Paginator.Pages.ByWeight }} +
  • + {{.Title}} +
  • +{{ end }} + +
    + +{{ end }}