mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-07-31 18:29:05 -04:00
cleanup + more pages
This commit is contained in:
parent
85bd28c729
commit
400f9baf6e
1 changed files with 2 additions and 3 deletions
|
@ -17,8 +17,7 @@ toc: false
|
|||
{%assign count = 0%}
|
||||
{% assign modified = site.posts | sort: 'last_modified_at' | reverse %}
|
||||
{% for post in modified %}
|
||||
{% unless forloop.index0 >= 40 %}
|
||||
{% assign count = count | plus: 1 %}
|
||||
{% include archive-single.html type='list' %}
|
||||
{% unless forloop.index0 >= 50 %}
|
||||
{% include archive-single.html type='list' %}
|
||||
{% endunless %}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue