decentralized-id.github.io/posts/index.html
2020-01-06 06:56:30 -05:00

18 lines
330 B
HTML

---
layout: archive
title: Posts Archive
author_profile: false
sidebar:
nav: didnav
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 %}