Merge pull request #69 from bmann/patch-1

page layout also used out of the box by Jekyll
This commit is contained in:
Patrick Marsceill
2019-01-23 13:51:26 -05:00
committed by GitHub

5
_layouts/page.html Normal file
View File

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