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.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
deleted file mode 100644
index 3a1d953..0000000
--- a/layouts/_default/list.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{{ define "main" }}
-<div class="articles">
- {{- with .Title }}
- <h1 class="page-title">{{ . }}</h1>
- {{- end }}
- {{- with .Content }}
- <div class="category-content">
- {{ .Content }}
- </div>
- {{- end }}
- {{ range .Paginator.Pages }}
- {{- .Render "teaser" }}
- {{ end }}
-</div>
-{{ end }}