new style and projects

This commit is contained in:
Steffen Illium
2023-12-08 23:01:23 +01:00
committed by Steffen Illium
parent d0ecf1aec4
commit 86228fbaf7
22 changed files with 181 additions and 65 deletions

View File

@ -14,7 +14,9 @@ layout: archive
{% assign entries_layout = page.entries_layout | default: 'list' %}
<div class="entries-{{ entries_layout }}">
{% include documents-collection.html entries=posts type=entries_layout %}
</div>
{% for post in posts limit: 8%}
{% include archive-single.html type=entries_layout %}
{% endfor %}
</div>
{% include paginator.html %}