summaryrefslogtreecommitdiff
path: root/archive.html
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2011-12-30 14:17:44 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-11 15:13:40 -0800
commit4c18e3c136bea49e3335ab594ae22d999892cf27 (patch)
tree6ee24ea94d767bc6c69081531350a6776a5f9fcb /archive.html
version 0.0.1
Diffstat (limited to 'archive.html')
-rw-r--r--archive.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/archive.html b/archive.html
new file mode 100644
index 0000000..3e622e7
--- /dev/null
+++ b/archive.html
@@ -0,0 +1,9 @@
+---
+layout: page
+title : Archive
+header : Post Archive
+group: example-page
+---
+
+{% assign posts_collate = site.posts %}
+{% include helpers/posts_collate.html %} \ No newline at end of file