{{ $url := replace .Permalink .Site.BaseURL "" }}
{{ if not .IsHome }}
←{{ with .Site.Params.home }}{{ . }}{{ else }}Home{{ end }}
{{ end }}
{{ if ne $url "post/" }}
{{ with .Site.Params.archive }}{{ . }}{{ else }}Archive{{ end }}
{{ end }}
{{ if ne $url "tags/" }}
{{ with .Site.Params.about }}{{ . }}{{ else }}Tags{{ end }}
{{ end }}
{{ if ne $url "about/" }}
{{ with .Site.Params.about }}{{ . }}{{ else }}About{{ end }}
{{ end }}
{{ range $key, $val := .Site.Params.Links }}
{{ $key }}
{{ end }}
{{ if .Site.Params.enableRSS }}
{{ with .Site.Params.subscribe }}{{ . }}{{ else }}Subscribe{{ end }}
{{ end }}