diff options
author | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-08-03 17:14:05 +0800 |
---|---|---|
committer | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2019-08-03 17:14:05 +0800 |
commit | cd3a8163dd997d0a7c4d320816651efa8f7dce60 (patch) | |
tree | 1743e73366ab4926f697a8893999bd0b63169f9e /_layouts/page.html |
chore(all): initial commit
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..5e71126 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,5 @@ +--- +layout: default +--- + +{{ content }} |