add more posts on recent page

This commit is contained in:
⧉ infominer 2023-07-01 21:57:21 +05:30
parent ebe12af46a
commit d069755dde
2 changed files with 22 additions and 1 deletions

21
_pages/new.md Normal file
View File

@ -0,0 +1,21 @@
---
layout: archive
title: New Content
author_profile: false
sidebar:
- title: "Identity Decentralized"
image: "/images/the-world-map-from-a-binary-code.webp"
image_alt: "Binary Globe Image by GDj"
nav: "didnav"
share: true
classes: wide
permalink: new/
toc: false
published: false
---
{% assign modified = site.posts | sort: 'date' | reverse %}
{% for post in modified %}
{{post.date}}
{% include archive-single.html type='list' %}
{% endfor %}

View File

@ -16,7 +16,7 @@ toc: false
{% assign modified = site.posts | sort: 'last_modified_at' | reverse %}
{% for post in modified %}
{% unless forloop.index0 >= 100 %}
{% unless forloop.index0 >= 110 %}
{% include archive-single.html type='list' %}
{% endunless %}
{% endfor %}