diff --git a/templates/post.tmpl b/templates/post.tmpl
index 74135a3..52d53a9 100644
--- a/templates/post.tmpl
+++ b/templates/post.tmpl
@@ -1,101 +1,101 @@
{{define "post"}}
{{if .Title}}{{.Title}}{{else}}{{.GenTitle}}{{end}} {{localhtml "title dash" .Language}} {{.SiteName}}
{{if .IsCode}}
{{end}}
{{if gt .Views 1}}
{{end}}
{{if .Author}}{{end}}
{{template "highlighting" .}}
-
- {{if .Suspended}}
- {{template "user-suspended"}}
- {{end}}
+
+ {{if .Suspended}}
+ {{template "user-suspended"}}
+ {{end}}
{{if .Title}}{{.Title}}
{{end}}{{ if .IsPlainText }}{{.Content}}
{{ else }}{{.HTMLContent}}
{{ end }}
{{if .IsCode}}
{{else}}
{{if .IsPlainText}}{{end}}
{{end}}
{{end}}