decentralized-id.github.io/_pages/recent.md

24 lines
593 B
Markdown
Raw Normal View History

2023-06-07 05:33:09 +00:00
---
layout: archive
title: Recently Updated 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
name: recent
permalink: recent/
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' %}
{% endunless %}
{% endfor %}