diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c40129c7d..f6d46c85a 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,4 +1,12 @@
+
+
+
+
{{ if and (.Title) (not .IsHome) }}{{ .Title }} | {{ $.Site.Data.config.page_title }}{{ else }}{{ $.Site.Data.config.page_title }} | {{ $.Site.Data.config.tagline }}{{ end }}
@@ -20,6 +28,7 @@
+
{{$sass := resources.Match "styles/[!_]*.scss" }}
{{$css := slice }}
{{range $sass}}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 093a6f082..b26009769 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,4 +1,7 @@
-
+
+
+
\ No newline at end of file