Skip to content

Commit

Permalink
feat(v2): add meta generator docusaurus (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey authored and yangshun committed Nov 20, 2019
1 parent 0886066 commit 6595f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="generator" content="Docusaurus">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
Expand Down
Expand Up @@ -11,6 +11,7 @@ module.exports = `
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="generator" content="Docusaurus">
<%- chunkManifestScript %>
<% metaAttributes.forEach((metaAttribute) => { %>
<%- metaAttribute %>
Expand Down

0 comments on commit 6595f00

Please sign in to comment.