aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-09 01:34:33 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-09 01:42:16 +0300
commit3e22ef60fd2e89dc0817ff2c1a19178d91e23981 (patch)
tree6b2f9d4dd93e6bc4a6cfb7e3fbfb56432faedc18
parent_includes: site.baseurl -> relative_url (diff)
downloadjekyll-theme-3e22ef60fd2e89dc0817ff2c1a19178d91e23981.tar.gz
jekyll-theme-3e22ef60fd2e89dc0817ff2c1a19178d91e23981.zip
_layouts: add page.html
-rw-r--r--_layouts/page.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
new file mode 100644
index 0000000..090100f
--- /dev/null
+++ b/_layouts/page.html
@@ -0,0 +1,6 @@
+---
+layout: default
+---
+<h1>{{ page.title }}</h1>
+<hr/>
+{{ content }}