From 11c15a637cc6ed21df87bbcc52ff984eca07f2a1 Mon Sep 17 00:00:00 2001 From: Mizok Date: Sun, 17 Apr 2022 06:12:08 +0800 Subject: [PATCH] fix meta bug --- README.md | 2 +- src/template/head.ejs | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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'%>