From 1875608804de0dccb6dced1b51f9efa8fb5d93d4 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 05:11:34 +0200 Subject: jekyll --- _layouts/index.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 _layouts/index.html (limited to '_layouts/index.html') diff --git a/_layouts/index.html b/_layouts/index.html new file mode 100644 index 0000000..872cd2e --- /dev/null +++ b/_layouts/index.html @@ -0,0 +1,34 @@ + + + + + + + + {{ page.title }} + + + + + + + + {% include header.html %} + +
+ + +
+ + {% include footer.html %} + + + + -- cgit v1.2.3