diff --git a/lib/cannery_web/templates/layout/root.html.heex b/lib/cannery_web/templates/layout/root.html.heex index eb55b38..bc0f712 100644 --- a/lib/cannery_web/templates/layout/root.html.heex +++ b/lib/cannery_web/templates/layout/root.html.heex @@ -5,7 +5,11 @@ <%= csrf_meta_tag() %> - + <%= if(assigns |> Map.has_key?(:page_title), do: @page_title, else: "Cannery") |> live_title_tag(suffix: " | Cannery") %>