forked from shibao/cannery
mix format
This commit is contained in:
parent
cf75007e4d
commit
b6e0a543ec
@ -5,7 +5,11 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<%= csrf_meta_tag() %>
|
||||
<link rel="shortcut icon" type="image/jpg" href={Routes.static_path(@conn, "/images/cannery.svg")}/>
|
||||
<link
|
||||
rel="shortcut icon"
|
||||
type="image/jpg"
|
||||
href={Routes.static_path(@conn, "/images/cannery.svg")}
|
||||
/>
|
||||
<%= if(assigns |> Map.has_key?(:page_title), do: @page_title, else: "Cannery")
|
||||
|> live_title_tag(suffix: " | Cannery") %>
|
||||
<link phx-track-static rel="stylesheet" href={Routes.static_path(@conn, "/css/app.css")} />
|
||||
|
Loading…
Reference in New Issue
Block a user