decentralized-id.github.io/_layouts/home.html

28 lines
607 B
HTML
Raw Normal View History

2019-03-28 23:40:33 +00:00
---
layout: archive
---
2019-07-09 04:01:25 +00:00
<h2>Feature</h2>
{% include feature_row id="feature_row" %}
2019-03-28 23:40:33 +00:00
{{ content }}
<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 %}
2019-07-09 04:01:25 +00:00
<!--{% raw %}{% include feature_row id="intro" type="right" %}{% endraw %}
2019-07-09 04:21:43 +00:00
{% raw %}{% include feature_row id="intro2" type="left" %}{% endraw %}-->
2019-07-09 04:01:25 +00:00
<!--{% raw %}{% include feature_row id="feature_row2" %}{% endraw %}
{% raw %}{% include social-share.html %}{% endraw %}-->