diff options
| author | Antonin Descampe <antonin@gmail.com> | 2015-06-16 10:54:48 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2015-06-16 10:54:48 +0200 |
| commit | 6aa449bd03e48cf069500bd36ca4bab4e4280c38 (patch) | |
| tree | 79d606f09ed54e702e88e7040b3773a5c6f30e41 /archive.html | |
initial commit with jekyll-boostrap
Diffstat (limited to 'archive.html')
| -rw-r--r-- | archive.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archive.html b/archive.html new file mode 100644 index 00000000..dc7c0540 --- /dev/null +++ b/archive.html @@ -0,0 +1,10 @@ +--- +layout: page +title : Archive +header : Post Archive +group: navigation +--- +{% include JB/setup %} + +{% assign posts_collate = site.posts %} +{% include JB/posts_collate %}
\ No newline at end of file |
