Skip to content

Commit

Permalink
updates jade template with viewport meta
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorleh committed Jun 14, 2017
1 parent 2085142 commit 2dfdeea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/vue-admin/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="" <% if(htmlWebpackPlugin.files.manifest) { %> manifest="<%= htmlWebpackPlugin.files.manifest %>"<% } %>> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title><%= htmlWebpackPlugin.options.title || 'Webpack App'%></title>
<title><%= htmlWebpackPlugin.options.title || 'Gillibus-Admin' %></title>
<base href="/">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">

<% if (htmlWebpackPlugin.files.favicon) { %>
<link rel="shortcut icon" href="<%= htmlWebpackPlugin.files.favicon%>">
<% } %>
<% if (htmlWebpackPlugin.options.mobile) { %>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<% } %>

<% for (var css in htmlWebpackPlugin.files.css) { %>
Expand Down

0 comments on commit 2dfdeea

Please sign in to comment.