diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 01:34:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 01:42:16 +0300 |
commit | 3e22ef60fd2e89dc0817ff2c1a19178d91e23981 (patch) | |
tree | 6b2f9d4dd93e6bc4a6cfb7e3fbfb56432faedc18 /_layouts | |
parent | _includes: site.baseurl -> relative_url (diff) | |
download | jekyll-theme-3e22ef60fd2e89dc0817ff2c1a19178d91e23981.tar.gz jekyll-theme-3e22ef60fd2e89dc0817ff2c1a19178d91e23981.zip |
_layouts: add page.html
Diffstat (limited to '')
-rw-r--r-- | _layouts/page.html | 6 |
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 }} |