From bea5767b13ade24f7e4939bb26f42cab1bb4c91d Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sun, 1 Sep 2013 23:51:12 +0100 Subject: [PATCH] Use site to access post list --- blog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/index.html b/blog/index.html index c67f1c3..c936304 100644 --- a/blog/index.html +++ b/blog/index.html @@ -10,7 +10,7 @@ title: Blog ยท MSM

The narrative of MSM

-{% for post in paginator.posts %} +{% for post in site.posts %}

{{ post.title }}

{{ post.date | date: "%d %B %Y" }}