From ab7963b2af6119893a221eaa0a9aa030b56664a0 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 30 Jul 2012 02:31:43 +0200 Subject: [PATCH] Added blog dir. --- blog/index.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 blog/index.html diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..183130e --- /dev/null +++ b/blog/index.html @@ -0,0 +1,29 @@ +--- +layout: nil +is_index: true +--- + + +{% include header.html %} + + {% for post in paginator.posts %} + {% include post.html %} + {% endfor %} + + + +{% include footer.html %}