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
新增标签页后,标签页无法显示标签分组
$ hexo new page tags
标签: /tags/
menu: 主页: / 随笔: /tags/随笔/ 归档: /archives/ 分类: /categories/ 标签: /tags/
type: "tags"
comments: false
--- title: tags date: 2020-05-04 10:34:58 type: "tags" comments: false ---
hexo clean && hexo g && hexo s
标签页能展示,但是无法显示各个标签的分组
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
新增标签页后,标签页无法显示标签分组
新增tags页
themes/yilia/_config.yml增加
标签: /tags/
source/tags/index.md增加
type: "tags"
和comments: false
重新部署
主页文章列表已打标签
标签页无标签分组
标签页能展示,但是无法显示各个标签的分组
The text was updated successfully, but these errors were encountered: