diff --git a/layouts/404.html b/layouts/404.html
index ff348e3..b7a5df3 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -3,7 +3,7 @@
- 404 ... This is not the page you are looking for. Go back home
+ 404 ... This is not the page you are looking for. Go back home
-
-
+
+
+
{{ if .Site.Params.CustomHeadHTML }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 1ae687b..1292e3e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,7 +4,7 @@
{{ if isset .Site.Params "smallavatarurl" }}
{{ 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 dd1adb3..19eeea3 100644
--- a/layouts/partials/list-posts.html
+++ b/layouts/partials/list-posts.html
@@ -1,5 +1,5 @@
- {{ .Title }}
+ {{ .Title }}
{{ dateFormat "2 January, 2006" .Date }}
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index 8c4980d..4d62384 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -9,7 +9,7 @@