From 3c62a936378e490e99c2ac8955797464216b1691 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 18 Feb 2018 22:51:57 +0100 Subject: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- _layouts/default.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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..8db38f6 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,31 @@ + + + + + {% if page.title %}{{ site.title }} - {% t page.title %}{% else %}{{ site.title }}{% endif %} + + + + + + + + + + + + + + + + {% include header.html %} + +
+
+ {{ content }} +
+
+ + {% include footer.html %} + + -- cgit v1.2.3