diff --git a/templates/user/collections.tmpl b/templates/user/collections.tmpl index 64ab6a0..f371ce0 100644 --- a/templates/user/collections.tmpl +++ b/templates/user/collections.tmpl @@ -1,116 +1,116 @@ {{define "collections"}} {{template "header" .}}
{{if .Flashes}}{{end}} {{if .Silenced}} {{template "user-silenced"}} {{end}}

Blogs

{{if not .NewBlogsDisabled}}

New blog

{{end}}
{{template "foot" .}} {{template "body-end" .}} {{end}} diff --git a/templates/user/include/nav.tmpl b/templates/user/include/nav.tmpl index 6e208cb..057fc3c 100644 --- a/templates/user/include/nav.tmpl +++ b/templates/user/include/nav.tmpl @@ -1,16 +1,16 @@ {{define "collection-breadcrumbs"}} {{if and .Collection (not .SingleUser)}}{{end}} {{end}} {{define "collection-nav"}} {{if not .SingleUser}}
{{end}} {{end}}