diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 8c04f76..035fae6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,17 +1,26 @@ - - - - + + + + + + {{ if .IsPage }} + + {{ with .Site.Params.facebook }} + + {{ end }} + + {{ range .Params.tags }} + + {{ end }} + {{ else }} + + {{ end }} - {{ if eq .Url "/" }} - {{ .Site.Title }} - {{ else }} - {{ .Title }} · {{ .Site.Title }} - {{ end }} + {{ if ne .Url "/" }} {{ .Title }} · {{ end }} {{ .Site.Title }}