diff --git a/exampleSite/layouts/partials/custom_header_video.html b/exampleSite/layouts/partials/custom_header_video.html
index 33366d4..49ff1f5 100644
--- a/exampleSite/layouts/partials/custom_header_video.html
+++ b/exampleSite/layouts/partials/custom_header_video.html
@@ -1,11 +1,11 @@
\ No newline at end of file
+
+
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 18aad25..0df9cf5 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -16,7 +16,7 @@
{{ $scriptPolyfill := resources.Get "js/css-vars-ponyfill.min.js" }}
{{ $js := slice $scriptJquery $scriptIcons $scriptIndex $scriptPolyfill | resources.Concat "js/script.js" | resources.Minify | resources.Fingerprint }}
-
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 22b0164..003e4a7 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -4,7 +4,7 @@
{{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }}
{{ with resources.Get .Site.Params.favicon }}
- {{ end }}
+ {{ end }}
{{ with .Site.Params.description }}
+
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}