2020-01-06 06:56:30 -05:00
|
|
|
---
|
|
|
|
layout: archive
|
|
|
|
title: Posts Archive
|
|
|
|
author_profile: false
|
2020-01-12 21:57:55 -05:00
|
|
|
header:
|
|
|
|
image: /images/digital_geralt-93001_thin.jpg
|
2020-01-06 06:56:30 -05:00
|
|
|
sidebar:
|
2020-01-12 21:57:55 -05:00
|
|
|
- title: "Identity Decentralized"
|
|
|
|
image: "/images/regulation_gdpr_data_protection_TheDigitalArtist.png"
|
|
|
|
nav: "didnav"
|
2020-01-06 06:56:30 -05:00
|
|
|
share: true
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}</h3>
|
|
|
|
|
|
|
|
{% for post in paginator.posts %}
|
|
|
|
{% include archive-single.html %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
{% include paginator.html %}
|