@vuepress/plugin-blog
Advanced tools
Comparing version 1.0.0-alpha.27 to 1.0.0-alpha.28
@@ -68,3 +68,5 @@ const { path, datatypes: { isString }} = require('@vuepress/shared-utils') | ||
Object.keys(frontmatter).forEach(key => { | ||
rawFrontmatter[key] = rawFrontmatter[key] || frontmatter[key] | ||
if (!frontmatter[key]) { | ||
rawFrontmatter[key] || frontmatter[key] | ||
} | ||
}) | ||
@@ -71,0 +73,0 @@ Object.assign(pageCtx, data) |
{ | ||
"name": "@vuepress/plugin-blog", | ||
"version": "1.0.0-alpha.27", | ||
"version": "1.0.0-alpha.28", | ||
"description": "blog plugin for vuepress", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6775
211