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 %}