From 9423e41ae92ea3717358f3e947ad0bd7f732e733 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 3 Aug 2015 20:56:07 +0200 Subject: Add default layout. --- blog/_layouts/default.html | 21 +++++++++++++++++++++ blog/_layouts/homepage.html | 20 +++----------------- 2 files changed, 24 insertions(+), 17 deletions(-) create mode 100644 blog/_layouts/default.html (limited to 'blog/_layouts') diff --git a/blog/_layouts/default.html b/blog/_layouts/default.html new file mode 100644 index 0000000..84f0575 --- /dev/null +++ b/blog/_layouts/default.html @@ -0,0 +1,21 @@ + + + {% include head.html %} + +
+ {% include header.html %} + +
+
+
+
+ {{ content }} +
+
+
+
+ + {% include footer.html %} +
+ + diff --git a/blog/_layouts/homepage.html b/blog/_layouts/homepage.html index d252872..0d6905d 100644 --- a/blog/_layouts/homepage.html +++ b/blog/_layouts/homepage.html @@ -1,17 +1,3 @@ - - - {% include head.html %} - - - {% include header.html %} - -
-
- {{ content }} -
-
- - {% include footer.html %} - - - +--- +layout: default +--- -- cgit v1.2.3