Add necessary viewport info for apified pages
This commit is contained in:
parent
7bc7a83e51
commit
61920994d8
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
<html lang="<%= I18n.locale %>">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title><%= "#{yield(:title)} - #{Settings.general.name}" %></title>
|
||||
|
||||
<%= IncludeAsset.js '/client/js/i18n.js' %>
|
||||
|
|
Loading…
Reference in a new issue