Skip to content

Commit

Permalink
remove "Phoenix Framework" from page title (noise)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 14, 2020
1 parent 80d3f6e commit f27ce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth_web/templates/layout/app.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title><%= assigns[:page_title] || "Auth · Phoenix Framework" %></title>
<title><%= assigns[:page_title] || "Auth App" %></title>
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
<%= csrf_meta_tag() %>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/>
Expand Down

0 comments on commit f27ce54

Please sign in to comment.