tufu9441 / maupassant-hexo

A simple Hexo theme forked from icylogic.
https://www.haomwei.com
MIT License
2.63k stars 669 forks source link

fixe 404 error when clicking the tag button at the lower left of the … #522

Closed ThisisWyatt closed 2 years ago

ThisisWyatt commented 2 years ago

…content

tufu9441 commented 2 years ago

这个Bug确实是我疏忽了,因为我自己Hexo的_config.yml中将tag_dir配置成了tags/#。按照模板现在的构成,由于标签云的启用,中间应该加成/#比较合理,即改成a(href=url_for(config.tag_dir) + '/#' + tag.name),你觉得呢?

ThisisWyatt commented 2 years ago

嗯嗯,改成/#也合理,这样就直接跳转到标签云对应位置了,可以查看所有的。不过我觉得模板已经提供了可供启用的全局标签云button,而且左下方应该是想集中看某一个标签,我个人更喜欢/,都挺好的~

tufu9441 commented 2 years ago

嗯,因人而异吧。而且如果想要跳转到标签云页面,是需要自己事先手动添加和设置好tagcloud页面的。