diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 520017b..10760ee 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -6,7 +6,7 @@
-
+
{{ block "styles" . }}{{ end }}
@@ -15,7 +15,7 @@
{{ end }}
-
+
{{ block "scripts" . }}{{ end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index d841a9e..c980f0a 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -2,13 +2,13 @@
{{ define "styles" }}
{{ $styles := resources.Get "css/partials/header.css" | toCSS | minify }}
-
+
{{ end }}
{{ define "scripts" }}
{{ $scripts := resources.Get "js/partials/header.js" | js.Build | minify }}
-
+
{{ end }}
{{ $headerFaceImage := resources.Get "images/header-face.png" }}
@@ -18,14 +18,9 @@
{{ $close := resources.Get "icons/close.svg" }}
{{ $cv := resources.Get "cv.pdf" }}
-{{ $sun.Publish }}
-{{ $moon.Publish }}
-{{ $burger.Publish }}
-{{ $close.Publish }}
-
@@ -65,10 +60,10 @@