Skip to content

Commit

Permalink
feat(webpack): add meta:description
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jul 25, 2018
1 parent b626455 commit 539f0b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/webpack/template.ejs
@@ -1,11 +1,13 @@
<!DOCTYPE html>
<html>
<html lang="en">

<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="theme-color" content="#3498db" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="description" content="<%= htmlWebpackPlugin.options.description %>">

<meta property="og:title" content="<%= htmlWebpackPlugin.options.title %>" />
<meta property="og:type" content="article" />
<meta property="og:url" content="<%= htmlWebpackPlugin.options.url %>" />
Expand Down

0 comments on commit 539f0b5

Please sign in to comment.