zfnd/index.html

15 lines
789 B
HTML
Raw Normal View History

2017-03-07 08:47:35 -08:00
---
layout: page
2017-03-07 14:32:03 -08:00
title:
2017-03-07 13:57:17 -08:00
excerpt: ""
2017-03-07 08:47:35 -08:00
search_omit: true
---
2018-04-01 17:13:11 -07:00
<h2 class="site-description animated fadeIn" itemprop="description">A 501(c)3 non-profit, dedicated to building Internet payment and privacy infrastructure for the public good, primarily serving the users of the Zcash protocol and blockchain.</h2>
2017-03-07 08:47:35 -08:00
<ul class="post-list">
{% for post in site.posts limit:10 %}
<li><article><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%B %d, %Y" }}</time></span>{% if post.excerpt %} <span class="excerpt">{{ post.excerpt | remove: '\[ ... \]' | remove: '\( ... \)' | markdownify | strip_html | strip_newlines | escape_once }}</span>{% endif %}</a></article></li>
{% endfor %}
</ul>