hexo如何去除category页面title的Category前缀 2020-10-19 2020-10-20 hexo landscape主题下,修改 _layout/partial/head.ejs 在17行开始修改为 1234567} else if (is_category()){ title = page.category; //__('category') + ': ' + } else if (is_tag()){ title = page.tag; //__('tag') + ': ' +}