diff --git a/layouts/partials/title-item.html b/layouts/partials/title-item.html
index 2cd62aa..51c4262 100644
--- a/layouts/partials/title-item.html
+++ b/layouts/partials/title-item.html
@@ -1,4 +1,4 @@
-{{ .page.Title }} {{ if ne .age .current }}::{{ end }}
+{{ .page.Title }} ::
{{ if .page.Parent }}{{ if not .page.Parent.IsHome }}
{{ partial "title-item.html" (dict "page" .page.Parent "current" .current) }}