diff --git a/templates/bare.tmpl b/templates/bare.tmpl
index d2c8bc0..f76eed9 100644
--- a/templates/bare.tmpl
+++ b/templates/bare.tmpl
@@ -1,264 +1,265 @@
{{define "pad"}}
{{if .Editing}}Editing {{if .Post.Title}}{{.Post.Title}}{{else}}{{.Post.Id}}{{end}}{{else}}New Post{{end}} — {{.SiteName}}
{{end}}
diff --git a/templates/wysiwyg.tmpl b/templates/wysiwyg.tmpl
index a1600bc..42a6bce 100644
--- a/templates/wysiwyg.tmpl
+++ b/templates/wysiwyg.tmpl
@@ -1,400 +1,401 @@
{{define "pad"}}
{{if .Editing}}Editing {{if .Post.Title}}{{.Post.Title}}{{else}}{{.Post.Id}}{{end}}{{else}}New Post{{end}} — {{.SiteName}}
{{end}}