From 146c8e7ab338e875067689ef0c61618632e220e9 Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 18 Feb 2022 22:47:31 -0500 Subject: [PATCH] add Cannery to page titles --- lib/cannery_web/templates/layout/root.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") %>