Add these for a better default jekyll experience

This commit is contained in:
Patrick Marsceill
2018-10-24 14:07:02 -04:00
parent 4177f965df
commit 886654d86d
2 changed files with 10 additions and 0 deletions

5
_layouts/about.html Normal file
View File

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

5
_layouts/home.html Normal file
View File

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