diff --git a/templates/chorus-collection-post.tmpl b/templates/chorus-collection-post.tmpl
index c231b64..f88e334 100644
--- a/templates/chorus-collection-post.tmpl
+++ b/templates/chorus-collection-post.tmpl
@@ -1,144 +1,144 @@
{{define "post"}}
{{if .IsScheduled}}Scheduled
{{end}}
{{if .Title.String}}{{if .HasTitleLink}}{{.HTMLTitle}} view{{else}}{{.HTMLTitle}}{{end}}
{{if $.IsOwner}}
edit
{{if $.CanPin}}pin{{end}}
delete
{{if gt (len $.Collections) 1}}
{{else}}
{{range $.Collections}}
change to draft
{{end}}
{{end}}
{{end}}
- {{if $.Format.ShowDates}}{{end}}
+ {{if $.Format.ShowDates}}{{end}}
{{else}}
- {{if $.Format.ShowDates}}{{end}}
+ {{if $.Format.ShowDates}}{{end}}
{{if $.IsOwner}}
{{if not $.Format.ShowDates}}view{{end}}
edit
{{if $.CanPin}}pin{{end}}
delete
{{if gt (len $.Collections) 1}}
{{else}}
{{range $.Collections}}
change to draft
{{end}}
{{end}}
{{end}}
{{end}}
{{if .Excerpt}}{{if and (and (not $.IsOwner) (not $.Format.ShowDates)) (not .Title.String)}}
view{{end}}{{.Excerpt}}
{{localstr "Read more..." .Language.String}}{{else}}{{if and (and (not $.IsOwner) (not $.Format.ShowDates)) (not .Title.String)}}
view{{end}}{{.HTMLContent}}
{{end}}{{ end }}
{{ end }}