Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index eb7c0cd..dbfa4b1 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,6 +1,7 @@
{{ define "main" }}
-<h1>{{ .Title }}</h1>
+<div class="list-page">
{{ range (.Paginator 10).Pages }}
{{ partial "listPage" . }}
{{ end }}
+</div>
{{ end }} \ No newline at end of file