From d3d0634d53cefab7a4505b3f20bbf0b5c6170315 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 1 Aug 2015 22:59:09 +0200 Subject: Add template for homepage layout. --- blog/_includes/footer.html | 3 +++ blog/_includes/head.html | 13 +++++++++++++ blog/_includes/header.html | 1 + 3 files changed, 17 insertions(+) create mode 100644 blog/_includes/footer.html create mode 100644 blog/_includes/head.html create mode 100644 blog/_includes/header.html (limited to 'blog/_includes') diff --git a/blog/_includes/footer.html b/blog/_includes/footer.html new file mode 100644 index 0000000..1a3f0dd --- /dev/null +++ b/blog/_includes/footer.html @@ -0,0 +1,3 @@ + diff --git a/blog/_includes/head.html b/blog/_includes/head.html new file mode 100644 index 0000000..cd2fa6c --- /dev/null +++ b/blog/_includes/head.html @@ -0,0 +1,13 @@ + + + + + + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + + + + + + diff --git a/blog/_includes/header.html b/blog/_includes/header.html new file mode 100644 index 0000000..031ec77 --- /dev/null +++ b/blog/_includes/header.html @@ -0,0 +1 @@ +

Welcome to Norsk Urskog

-- cgit v1.2.3