Closed MlgmXyysd closed 4 years ago
修复错误的标题配置 像 title, subtitle, author 等配置应在 config 中,而不是 theme 中,theme 的 config.yml 中没有这些字段 修复nav中不显示标题和子标题的问题
title
subtitle
author
config
theme
Change theme to config in 3 files
hexo server
ok,但是标题应该为FIX:打头
FIX:
正解!谢谢,解决了
不对啊 theme主题配置,继承自网站配置config 按道理theme.author也可以读取到config里的author
https://hexo.io/zh-cn/docs/variables#%E5%85%A8%E5%B1%80%E5%8F%98%E9%87%8F
Description
修复错误的标题配置 像
title
,subtitle
,author
等配置应在config
中,而不是theme
中,theme 的 config.yml 中没有这些字段 修复nav中不显示标题和子标题的问题Specific Changes proposed
Change
theme
toconfig
in 3 filesHow to test
Screenshots
Pull request tasks