diff --git a/layouts/partials/header-content.html b/layouts/partials/header-content.html
new file mode 100644
index 0000000..0248a82
--- /dev/null
+++ b/layouts/partials/header-content.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+ {{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} | {{ .Site.Title }}{{ end }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ if .Params.image }}{{ end }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ with .Site.Params.subtitle }}
{{ . }}
{{ end }}
+
+
+
+ - Labs
+ {{ with .Site.Params.twitter }}- Twitter
{{ end }}
+ {{ with .Site.Params.facebook }}- Facebook
{{ end }}
+ {{ with .Site.Params.github }}- GitHub
{{ end }}
+ {{ if .Site.Params.showsRSS }}- RSS
{{ end }}
+
+
+
+
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
new file mode 100644
index 0000000..f157362
--- /dev/null
+++ b/layouts/partials/header.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+ {{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} | {{ .Site.Title }}{{ end }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ with .Site.Params.subtitle }}
{{ . }}
{{ end }}
+
+
+
+ - Labs
+ {{ with .Site.Params.twitter }}- Twitter
{{ end }}
+ {{ with .Site.Params.facebook }}- Facebook
{{ end }}
+ {{ with .Site.Params.github }}- GitHub
{{ end }}
+ {{ if .Site.Params.showsRSS }}- RSS
{{ end }}
+
+
+
+
+- Labs
+ {{ with .Site.Params.twitter }}- Twitter
{{ end }}
+ {{ with .Site.Params.facebook }}- Facebook
{{ end }}
+ {{ with .Site.Params.github }}- GitHub
{{ end }}
+ {{ if .Site.Params.showsRSS }}- RSS
{{ end }}
+
+