summaryrefslogtreecommitdiffstats
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
deleted file mode 100644
index 7863d64..0000000
--- a/layouts/_default/list.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{ partial "head" . }}
-<main>
-
- {{ .Content }}
- <ul class="contents">
- {{ range where .Paginator.Pages "Params.hidden" "ne" "true" }}
- <li>{{.Title}}
- <div>
- {{ .Summary }}
- </div>
- </li>
- {{ end }}
- </ul>
-
-</main>
-{{ partial "footer" . }}