diff --git a/layouts/partials/header/meta.html b/layouts/partials/header/meta.html
index b48b689..f9843cf 100644
--- a/layouts/partials/header/meta.html
+++ b/layouts/partials/header/meta.html
@@ -7,7 +7,7 @@
{{ if .IsHome }}
{{ $.Scratch.Set "theTitle" .Site.Title }}
{{else}}
- {{ $.Scratch.Add "theTitle" .Title}}
+ {{ $.Scratch.Set "theTitle" .Title}}
{{ $.Scratch.Add "theTitle" " • "}}
{{ $.Scratch.Add "theTitle" .Site.Title}}
{{ end }}