From 012c60c2c7ff0e667cd3e0b8934a01abf38e1042 Mon Sep 17 00:00:00 2001
From: "Glenn Y. Rolland" <glenux@glenux.net>
Date: Mon, 30 Jul 2012 21:49:25 +0200
Subject: [PATCH] Update header & default layout.

---
 _includes/header.html | 3 ---
 _layouts/default.html | 4 ++++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index babc7cc..d7588f9 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -42,6 +42,3 @@
 
 		<div class="container">
 
-		<header>
-			<h1><a href="{{ linkhome }}">{{ site.name }}</a></h1>
-		</header>
diff --git a/_layouts/default.html b/_layouts/default.html
index 4f13f07..faf5549 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,4 +1,8 @@
 {% include header.html %}
+
+<header>
+	<h1><a href="{{ linkhome }}">{{ site.name }}</a></h1>
+</header>
 {% assign post = page %}
 {% include post.html %}
 {% include footer.html %}