initial commit with jekyll-boostrap
This commit is contained in:
10
archive.html
Normal file
10
archive.html
Normal file
@@ -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 %}
|
||||
Reference in New Issue
Block a user