diff --git a/templates/collection-post.tmpl b/templates/collection-post.tmpl
index 5b27963..345d43c 100644
--- a/templates/collection-post.tmpl
+++ b/templates/collection-post.tmpl
@@ -1,134 +1,134 @@
{{define "post"}}
{{.PlainDisplayTitle}} {{localhtml "title dash" .Language.String}} {{.Collection.DisplayTitle}}
{{ if .IsFound }}
{{if gt .Views 1}}
{{end}}
{{if gt (len .Images) 0}}{{else}}{{end}}
{{range .Images}}{{else}}{{end}}
{{ end }}
{{if .Collection.StyleSheet}}{{end}}
{{if .Collection.RenderMathJax}}
{{template "mathjax" . }}
{{end}}
{{template "highlighting" .}}
{{if .Silenced}}
{{template "user-silenced"}}
{{end}}
- {{if .IsScheduled}}Scheduled
{{end}}{{if .Title.String}}{{end}}{{if and $.Collection.Format.ShowDates (not .IsPinned) .IsFound}}{{end}}{{.HTMLContent}}
+ {{if .IsScheduled}}Scheduled
{{end}}{{if .Title.String}}{{end}}{{if and $.Collection.Format.ShowDates (not .IsPinned) .IsFound}}{{end}}{{.HTMLContent}}
{{ if .Collection.ShowFooterBranding }}
{{ end }}
{{if .Collection.CanShowScript}}
{{range .Collection.ExternalScripts}}{{end}}
{{if .Collection.Script}}{{end}}
{{end}}
{{end}}