diff --git a/lib/cannery_web/templates/layout/root.html.heex b/lib/cannery_web/templates/layout/root.html.heex index 36a3efc..a3705ef 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") %>