mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
11 lines
295 B
HTML
11 lines
295 B
HTML
---
|
|
layout: archive
|
|
---
|
|
|
|
{{ content }}
|
|
|
|
{% assign entries_layout = page.entries_layout | default: 'list' %}
|
|
<div class="entries-{{ entries_layout }}">
|
|
{% include documents-collection.html collection=page.collection sort_by=page.sort_by sort_order=page.sort_order type=entries_layout %}
|
|
</div>
|