diff --git a/layouts/_default/list.html b/layouts/_default/list.html new file mode 100644 index 0000000..97a18b9 --- /dev/null +++ b/layouts/_default/list.html @@ -0,0 +1,40 @@ + + + {{ partial "head.html" . }} + + +
+ {{ partial "nav.html" . }} {{ partial "breadcrumbs.html" . }} + +
+
+
+

{{ .Title }}

+
+ + {{ with .Content }} +
{{ . }}
+ {{ end }} + +
    + {{ range .Pages }} +
  • +

    {{ .Title }}

    + {{ with .Description }}

    {{ . }}

    {{ end }} +
  • + {{ end }} +
+
+ +
+ +
+ + + {{ partial "footer.html" . }} {{ partial "scripts.html" . }} + +