feat: add Google Webmaster

exclude the verification file from sitemap.xml
This commit is contained in:
curben 2019-05-30 18:04:31 +09:30
parent d79e42d960
commit 69d7aabe63
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1 @@
google-site-verification: google5149b8b3449442e3.html

View File

@ -7,7 +7,8 @@ module.exports = function (locals) {
const config = this.config const config = this.config
const skipRenderList = [ const skipRenderList = [
'*.js', '*.js',
'*.css' '*.css',
'google5149b8b3449442e3.html'
] ]
if (Array.isArray(config.skip_render)) { if (Array.isArray(config.skip_render)) {