diff --git a/README.md b/README.md index d1a4414..d805f44 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ title: webpack-template date: author: Mizok -version: 0.8.1 +version: 0.8.2 tags: --- diff --git a/src/template/head.ejs b/src/template/head.ejs index 90e9fd7..8668b4d 100644 --- a/src/template/head.ejs +++ b/src/template/head.ejs @@ -5,10 +5,10 @@ <%= title%> - <% const description = ''%> - <% const url = '' %> - <% const author = ''%> - <% const openGraphImageUrl = ''%> + <% const description = 'site description'%> + <% const url = 'site url' %> + <% const author = 'site author'%> + <% const openGraphImageUrl = 'https://www.google.com'%>