Files
cryptoanarchywiki.github.io/index.html
2016-04-19 01:26:43 +07:00

13 lines
290 B
HTML

---
layout: default
---
<div id="home">
<h1>Our Stack Problems</h1>
<ol class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ol>
</div>