vvpvvp / book-cli

Init html book with markdown files.

Home Page:https://vvpvvp.github.io/book-cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix

zanguish opened this issue · comments

for (var index = 0; index < metas.length; index++) {
var element = metas[index];
if (element.name == 'keywords') {
element.content = CONFIG.keywords;
} else if (element.name == 'description') {
element.content = CONFIG.description;
}
}