diff --git a/templates/base.tmpl b/templates/base.tmpl
index 958e24e..dac1692 100644
--- a/templates/base.tmpl
+++ b/templates/base.tmpl
@@ -1,89 +1,89 @@
{{define "base"}}
{{ template "head" . }}
{{ if .SimpleNav }}
{{end}}
{{ template "content" . }}
{{ template "footer" . }}
{{if not .JSDisabled}}
{{else}}
{{if .WebFonts}}{{end}}
{{end}}
{{end}}
{{define "body-attrs"}}{{end}}
diff --git a/templates/user/include/header.tmpl b/templates/user/include/header.tmpl
index 5b77bb2..07808b0 100644
--- a/templates/user/include/header.tmpl
+++ b/templates/user/include/header.tmpl
@@ -1,105 +1,105 @@
{{define "user-navigation"}}
{{if .SingleUser}}
Drafts
New Post
{{else}}
{{ if .SimpleNav }}
{{ else }}
{{ end }}
{{if .Username}}
{{end}}
{{if .SimpleNav}}
{{ if not .SingleUser }}
{{if and (and .LocalTimeline .CanViewReader) .Chorus}}Home{{end}}
- {{if gt .MaxBlogs 1}}Blogs{{end}}
- {{if and (and .Chorus (eq .MaxBlogs 1)) .Username}}Posts{{end}}
{{ end }}
About
{{ if not .SingleUser }}
+ {{if gt .MaxBlogs 1}}Blogs{{end}}
+ {{if and (and .Chorus (eq .MaxBlogs 1)) .Username}}My Posts{{end}}
{{if and (and .LocalTimeline .CanViewReader) (not .Chorus)}}Reader{{end}}
{{if and (and .Chorus .OpenRegistration) (not .Username)}}Sign up{{end}}
{{if .Username}}Log out{{else}}Log in{{end}}
{{ end }}
{{else}}
Blogs
Drafts
{{end}}
{{if .SimpleNav}}{{if .Username}}{{end}}
{{end}}
{{end}}
{{end}}
{{define "header"}}
{{.PageTitle}} {{if .Separator}}{{.Separator}}{{else}}—{{end}} {{.SiteName}}
{{template "user-navigation" .}}
{{end}}
{{define "admin-header"}}
{{end}}