summaryrefslogtreecommitdiffstats
path: root/blog/_layouts/default.html
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-08-03 20:56:07 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-08-03 21:04:20 +0200
commit9423e41ae92ea3717358f3e947ad0bd7f732e733 (patch)
treede3c7cfe312cdb6021e40916c8c7cd1ab4197fd2 /blog/_layouts/default.html
parent6e3ea4801b21f7a79135349e59bb8a9f9c5f61e0 (diff)
downloadnorsk-urskog-main-9423e41ae92ea3717358f3e947ad0bd7f732e733.tar.gz
norsk-urskog-main-9423e41ae92ea3717358f3e947ad0bd7f732e733.tar.bz2
norsk-urskog-main-9423e41ae92ea3717358f3e947ad0bd7f732e733.zip
Add default layout.
Diffstat (limited to 'blog/_layouts/default.html')
-rw-r--r--blog/_layouts/default.html21
1 files changed, 21 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html>
+ {% include head.html %}
+ <body>
+ <div id="page-container">
+ {% include header.html %}
+
+ <section id="page">
+ <section id="body-content">
+ <section id="body">
+ <div class="inner">
+ {{ content }}
+ </div>
+ </section>
+ </section>
+ </section>
+
+ {% include footer.html %}
+ </div>
+ </body>
+</html>