mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
13 lines
290 B
HTML
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> » <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
|
|
{% endfor %}
|
|
</ol>
|
|
</div>
|