style: remove "Phoenix Framework" from tab title
This commit is contained in:
parent
ff9a3a8e92
commit
41c67fe35e
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="csrf-token" content={get_csrf_token()} />
|
||||
<.live_title suffix=" · Phoenix Framework">
|
||||
{assigns[:page_title] || "Exmr"}
|
||||
<.live_title>
|
||||
{assigns[:page_title] || "ExMR"}
|
||||
</.live_title>
|
||||
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue