From b6e0a543ecb6a8e77e25bfc5e3cf84a0af19a9ce Mon Sep 17 00:00:00 2001 From: shibao Date: Tue, 5 Jul 2022 01:13:38 -0400 Subject: [PATCH] mix format --- lib/cannery_web/templates/layout/root.html.heex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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") %>