1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-24 07:04:15 -04:00

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
commit e1d226f192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
_layouts/page.html Normal file
View File

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