vuepress / vuepress-theme-blog

Default blog theme for VuePress.
https://vuepress-theme-blog.billyyyyy3320.com/
MIT License
211 stars 129 forks source link

[Quick Start Template] "Tags" nav is blank #128

Open chaozhangdev opened 3 years ago

chaozhangdev commented 3 years ago

Bug report

After setting up the project by the quick start:

yarn create vuepress [blogName] -> cd [blogName] && yarn -> yarn dev

The Tags nav is blank:

image

And for each post blog, tags info are missing:

image

Steps to reproduce

yarn create vuepress [blogName] -> cd [blogName] && yarn -> yarn dev

What is expected?

It should show all tags like this:

image

What is actually happening?

There is a missing s in all tag for all post blogs:

image

where the tag should be tags

Other relevant information

The title is also missing for each blog.