diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ff9c187..b57f1c7 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -3,7 +3,7 @@
-
+
{{ with .Site.Params.themecolor }}
{{ end }}
@@ -26,7 +26,7 @@
{{ end }}
- {{ if ne .URL "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }}
+ {{ if ne .Permalink "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }}
@@ -36,8 +36,8 @@
- {{ if eq .URL "/" }}
-
+ {{ if eq .RelPermalink "/" }}
+
{{ end }}
@@ -50,14 +50,14 @@
{{ end }}
{{ partial "link.html" . }}
- {{ if ne .URL "/" }}
+ {{ if ne .Permalink "/" }}
{{ end }}
- {{ with .RSSLink }}
-
diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html
index 474f028..d0846e6 100644
--- a/layouts/partials/pagination.html
+++ b/layouts/partials/pagination.html
@@ -3,10 +3,10 @@
{{ end }}
{{if .HasPrev}}
-« Newer Posts
+« Newer Posts
{{end}}
Page {{ .PageNumber }} of {{.TotalPages}}
{{if .HasNext}}
-Older Posts »
+Older Posts »
{{end}}