Skip to content

Commit db44660

Browse files
committed
fixing examples description
1 parent c2714ff commit db44660

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
77
<title><%= htmlWebpackPlugin.options.title %></title>
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<meta name="keywords" content="{%= o.htmlWebpackPlugin.options.keywords %}">
10-
<meta name="description" content="{%= o.htmlWebpackPlugin.options.description %}">
9+
<meta name="keywords" content="<%= htmlWebpackPlugin.options.keywords %>">
10+
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>">
1111
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1212
</head>
1313

@@ -37,4 +37,4 @@
3737
-->
3838
</body>
3939

40-
</html>
40+
</html>

0 commit comments

Comments
 (0)