diff --git a/lib/cannery_web/templates/layout/root.html.heex b/lib/cannery_web/templates/layout/root.html.heex
index 36a3efc2..a3705ef3 100644
--- a/lib/cannery_web/templates/layout/root.html.heex
+++ b/lib/cannery_web/templates/layout/root.html.heex
@@ -5,7 +5,7 @@
<%= csrf_meta_tag() %>
- <%= live_title_tag(assigns[:page_title] || "Cannery", suffix: "") %>
+ <%= live_title_tag(assigns[:page_title], suffix: " | Cannery") %>