summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-04-07 12:49:05 +0100
committerJosé Mota <josemota.net@gmail.com>2012-04-07 12:49:05 +0100
commit396e2b6467892574e9d67aed2a9886ac9bee9634 (patch)
treeae11dfeb5a03db77dc48870753729b976ca97299
parent60442a14e0230a92ddbc0adb3113b8b7481efde6 (diff)
Add list of posts for index.html
-rw-r--r--index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html
index e69de29..8e46825 100644
--- a/index.html
+++ b/index.html
@@ -0,0 +1,8 @@
+---
+title: List of posts
+layout: post
+---
+
+{% for post in site.posts %}
+<li><a href="{{post.url}}">{{post.title}}</a></li>
+{% endfor %}