We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0-alpha.9
to create a post and write - category: foo on front matter.
- category: foo
contains the category in $categories.
$categories
not contained.
maybe simple mistake:
vuepress/packages/@vuepress/plugin-blog/index.js
Line 109 in 19e73d7
correctly:
handleCategory(category, key)
The text was updated successfully, but these errors were encountered:
Yes, welcome to create a PR.
Sorry, something went wrong.
00f5d3b
Release at 1.0.0-alpha.12.
1.0.0-alpha.12
No branches or pull requests
Bug report
Version
v1.0.0-alpha.9
Steps to reproduce
to create a post and write
- category: foo
on front matter.What is expected?
contains the category in
$categories
.What is actually happening?
not contained.
Other relevant information
maybe simple mistake:
vuepress/packages/@vuepress/plugin-blog/index.js
Line 109 in 19e73d7
correctly:
The text was updated successfully, but these errors were encountered: