diff --git a/README.md b/README.md index fbf26d0..19946b9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ title: webpack-template date: author: Mizok -version: 0.7.0 +version: 0.8.0 tags: --- diff --git a/src/template/ga.ejs b/src/template/ga.ejs new file mode 100644 index 0000000..b1082c0 --- /dev/null +++ b/src/template/ga.ejs @@ -0,0 +1,13 @@ + +<%const id=""%> + + \ No newline at end of file diff --git a/src/template/head.ejs b/src/template/head.ejs index 3235ae4..90e9fd7 100644 --- a/src/template/head.ejs +++ b/src/template/head.ejs @@ -5,9 +5,37 @@ <%= title%> + <% const description = ''%> + <% const url = '' %> + <% const author = ''%> + <% const openGraphImageUrl = ''%> + + + + + + + + + + + + + + + + + + + + + + + <%= title%> + <%- include('./ga.ejs')%> \ No newline at end of file