Skip to content

Commit 0a6cf7e

Browse files
authored
Create collection.html
1 parent 0950481 commit 0a6cf7e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

_layouts/collection.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: archive
3+
---
4+
5+
{{ content }}
6+
7+
{% assign entries_layout = page.entries_layout | default: 'list' %}
8+
<div class="entries-{{ entries_layout }}">
9+
{% include documents-collection.html collection=page.collection sort_by=page.sort_by sort_order=page.sort_order type=entries_layout %}
10+
</div>

0 commit comments

Comments
 (0)