diff --git a/layouts/404.html b/layouts/404.html
index e572eff..9136ad2 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -3,7 +3,7 @@
- 404 ... This page does not exist, go home
+ 404 ... This page does not exist, go home
-
-
+
+
+
{{ if .Site.Params.CustomHeadHTML }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index c09fcf7..77a68a4 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,7 +4,7 @@
{{ if isset .Site.Params "avatarurl" }}
{{ end }}
@@ -16,7 +16,7 @@
{{ range .Site.Menus.main }}
@@ -39,7 +39,7 @@
{{ range .Site.Menus.main }}
-
-
+
{{- .Pre | safeHTML }} {{ .Name }} {{ .Post | safeHTML -}}
diff --git a/layouts/partials/list-posts.html b/layouts/partials/list-posts.html
index 8b4b091..e5db229 100644
--- a/layouts/partials/list-posts.html
+++ b/layouts/partials/list-posts.html
@@ -1,5 +1,5 @@
- {{ .Title }}
+ {{ .Title }}
{{ dateFormat "January 2, 2006" .Date }}
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index 9ddba2e..1e9d2df 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -9,7 +9,7 @@