Initial commit

This commit is contained in:
Michael Smith
2016-12-26 14:05:43 +01:00
commit f401c1a614
8 changed files with 106 additions and 0 deletions

1
_layouts/default.html Normal file
View File

@@ -0,0 +1 @@
{{ content }}

5
_layouts/page.html Normal file
View File

@@ -0,0 +1,5 @@
---
layout: default
---
{{ content }}

5
_layouts/post.html Normal file
View File

@@ -0,0 +1,5 @@
---
layout: default
---
{{ content }}