Skip to content

Commit

Permalink
feat(ionic2): Add description title
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Apr 6, 2016
1 parent bf88794 commit d9924fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions generators/target/templates/index.ionic2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

<head>
<meta charset="UTF-8">
<title>
<%=htmlWebpackPlugin.options.title%>
</title>
<title><%=htmlWebpackPlugin.options.title%></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="<%=htmlWebpackPlugin.options.title%>">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
</head>
Expand Down

0 comments on commit d9924fd

Please sign in to comment.