Skip to content

Commit 1fd43ca

Browse files
committed
add archive
1 parent 0ad1edd commit 1fd43ca

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

archive.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: Post Archive
4+
meta: The vault of all posts.
5+
---
6+
7+
<div id="blogposts" class="archive">
8+
<h2>Archive</h2>
9+
<ul>
10+
{% for post in site.posts %}
11+
<li><span>{{ post.date | date_to_string }}</span> - <a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
12+
{% endfor %}
13+
</ul>
14+
15+
</div>

0 commit comments

Comments
 (0)