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/default.html |
chore(all): initial commit
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..cddd070 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1 @@ +{{ content }} |