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

github.com/chipsenkbeil/grid-side.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.html22
1 files changed, 1 insertions, 21 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index ffd64cd..a6cb2a8 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,22 +1,2 @@
-{{ partial "core/html-start.html" . }}
-{{ partial "core/head.html" . }}
-
-<body>
- {{ partial "core/main-menu.html" . }}
-
- <section class="main-content">
- <div class="masonry-flex-container">
- {{ range .Paginator.Pages }}
- <div class="flex-item">
- {{ partial "post/page-item.html" . }}
- </div>
- {{ end }}
- </div>
- {{ partial "extra/pagination.html" . }}
- </section>
-
- {{ partial "core/js.html" . }}
-</body>
-
-{{ partial "core/html-end.html" . }}
+{{ partial "_default/list.html" . }}