aboutsummaryrefslogtreecommitdiff
path: root/_layouts/collection.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/collection.html')
-rw-r--r--_layouts/collection.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_layouts/collection.html b/_layouts/collection.html
new file mode 100644
index 0000000..3bcd916
--- /dev/null
+++ b/_layouts/collection.html
@@ -0,0 +1,9 @@
+---
+layout: archive
+---
+
+{{ content }}
+
+<div class="entries-{{ page.entries_layout }}">
+ {% include documents-collection.html collection=page.collection sort_by=page.sort_by sort_order=page.sort_order type=page.entries_layout %}
+</div>