From 0b651c00225cfe7f2f0fa61169c0facd810ffbdc Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 23 May 2017 11:36:29 +0200 Subject: Create page.html --- _layouts/page.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _layouts/page.html 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 }} -- cgit