diff --git a/templates/collection-post.tmpl b/templates/collection-post.tmpl
index 818ec98..fe4cee8 100644
--- a/templates/collection-post.tmpl
+++ b/templates/collection-post.tmpl
@@ -3,14 +3,14 @@
- {{.PlainDisplayTitle}} — {{.Collection.DisplayTitle}}
+ {{.PlainDisplayTitle}} {{localhtml "title dash" .Language.String}} {{.Collection.DisplayTitle}}
-
+
{{if gt .Views 1}}
{{end}}
@@ -19,7 +19,7 @@
-
+
{{if gt (len .Images) 0}}{{else}}{{end}}
diff --git a/templates/post.tmpl b/templates/post.tmpl
index faecc1b..86b51b9 100644
--- a/templates/post.tmpl
+++ b/templates/post.tmpl
@@ -3,7 +3,7 @@
- {{if .Title}}{{.Title}}{{else}}{{.GenTitle}}{{end}} — {{.SiteName}}
+ {{if .Title}}{{.Title}}{{else}}{{.GenTitle}}{{end}} {{localhtml "title dash" .Language}} {{.SiteName}}
{{if .IsCode}}