diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4244c92..437531b 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,15 +4,14 @@
{{ .Title }} · {{ .Site.Title }}
-
-
+
{{ if .RSSlink }}
{{ end }}
-
+
{{ if .Site.Params.logo }}
{{ end }}
@@ -24,27 +23,27 @@
{{ $icon_size := "64px" }}
{{ if .Site.Params.email }}
-
+
{{ end }}
{{ if .Site.Params.github }}
-
+
{{ end }}
{{ if .Site.Params.facebook }}
-
+
{{ end }}
{{ if .Site.Params.twitter }}
-
+
{{ end }}
{{ if .Site.Params.linkedin }}
-
+
{{ end }}
@@ -52,11 +51,11 @@
{{ .Site.Params.description }}
{{ end }}
- Home
+ Home
{{ range first 1 (where .Site.Pages "Type" "post") }}
- Archive
+ Archive
{{ end }}
{{ range where .Site.Pages "Type" "!=" "post" }}
- {{ .Title }}
+ {{ .Title }}
{{ end }}