We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c0c61 commit 83d54c0Copy full SHA for 83d54c0
.posthtmlrc.js
@@ -6,6 +6,8 @@ module.exports = {
6
locals: {
7
BASE_URL: process.env.BASE_URL,
8
VERSION: pjson.version,
9
+ DESCRIPTION: pjson.description,
10
+ AUTHOR: pjson.author,
11
},
12
13
src/index.html
@@ -3,8 +3,8 @@
3
<head>
4
<meta charset="utf-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
- <meta name="description" content="" />
- <meta name="author" content="" />
+ <meta name="description" content="{{ DESCRIPTION }}" />
+ <meta name="author" content="{{ AUTHOR }}" />
<meta name="version" content="{{ VERSION }}" />
<title>playground elm</title>
0 commit comments