diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 566d54f..b8321c4 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,7 +5,7 @@ - + @@ -23,7 +23,7 @@ {{ end }} - {{ if ne RelPermalink "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }} + {{ if ne .RelPermalink "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }} @@ -57,11 +57,11 @@ {{ if .Site.Params.RSSLink}} {{else}} - {{ if ne RelPermalink "/" }} + {{ if ne .RelPermalink "/" }} {{ end }} {{if .IsNode}} - + {{end}} {{end}} {{.Hugo.Generator}} diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html index 58c6d59..9f9df9b 100644 --- a/layouts/partials/navigation.html +++ b/layouts/partials/navigation.html @@ -6,7 +6,7 @@