mobile display; page title

This commit is contained in:
Rüdiger Diedrich
2022-07-27 21:52:18 +02:00
parent bceae20878
commit e0fd6051e3
3 changed files with 10 additions and 5 deletions

View File

@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="csrf-token" content={csrf_token_value()}>
<%= live_title_tag assigns[:page_title] || "SomethingErlang",
suffix: " · Phoenix Framework" %>
<%= live_title_tag assigns[:page_title] || "This awesome page",
suffix: " · Something Erlang" %>
<link phx-track-static rel="stylesheet"
href={Routes.static_path(@conn, "/assets/app.css")}/>
<script defer phx-track-static type="text/javascript"