decentralized-id.github.io/posts/index.html

21 lines
484 B
HTML
Raw Normal View History

---
layout: archive
title: Posts Archive
author_profile: false
sidebar:
2020-01-13 02:57:55 +00:00
- title: "Identity Decentralized"
2020-12-07 05:41:26 +00:00
image: "/images/the-world-map-from-a-binary-code.webp"
2020-11-23 00:06:57 +00:00
image_alt: "Binary Globe Image by GDj"
2020-01-13 02:57:55 +00:00
nav: "didnav"
share: true
2020-12-01 05:04:50 +00:00
classes: wide
---
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
{% for post in paginator.posts %}
2020-12-01 05:00:13 +00:00
{% include archive-single.html %}
{% endfor %}
{% include paginator.html %}