From f771958f033684eee63cc47e1a446276697a8bfc Mon Sep 17 00:00:00 2001 From: Alexander Færøy Date: Sat, 31 May 2014 12:44:57 +0200 Subject: Add initial page --- _layouts/default.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..7ee00ac --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,5 @@ +{% include header.html %} + +{{ content }} + +{% include footer.html %} -- cgit v1.2.3