12 lines
172 B
HTML
12 lines
172 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<h2><center>Archive</center></h2>
|
|
|
|
<ul>
|
|
{% for post in site.posts %}
|
|
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
|
|
{% endfor %}
|
|
</ul>
|