summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorJeffrey Tse <jeffreytse.mail@gmail.com>2019-08-03 17:14:05 +0800
committerJeffrey Tse <jeffreytse.mail@gmail.com>2019-08-03 17:14:05 +0800
commitcd3a8163dd997d0a7c4d320816651efa8f7dce60 (patch)
tree1743e73366ab4926f697a8893999bd0b63169f9e /_layouts
chore(all): initial commit
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html1
-rw-r--r--_layouts/page.html5
-rw-r--r--_layouts/post.html5
3 files changed, 11 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 }}
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 }}
diff --git a/_layouts/post.html b/_layouts/post.html
new file mode 100644
index 0000000..5e71126
--- /dev/null
+++ b/_layouts/post.html
@@ -0,0 +1,5 @@
+---
+layout: default
+---
+
+{{ content }}