diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-05-23 11:36:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-23 11:36:29 +0200 |
| commit | 0b651c00225cfe7f2f0fa61169c0facd810ffbdc (patch) | |
| tree | b5ab13b094cb6b6c153ea93aa76191c015b479c6 /_layouts | |
| parent | 014e4fc1828e46d92eca612532f95b77cdf3fba6 (diff) | |
| download | wiki-0b651c00225cfe7f2f0fa61169c0facd810ffbdc.tar.gz wiki-0b651c00225cfe7f2f0fa61169c0facd810ffbdc.tar.bz2 wiki-0b651c00225cfe7f2f0fa61169c0facd810ffbdc.zip | |
Create page.html
Diffstat (limited to '_layouts')
| -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 }} |
