fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.53k stars 275 forks source link

为什么about页面的顶部图片没有链接 #145

Closed LtHugo closed 6 years ago

LtHugo commented 6 years ago

在.yml中的about enable有效 image设置了没反应 去到about页面调用的是post的layout

fi3ework commented 6 years ago

按照 文档 操作的吗

LtHugo commented 6 years ago

嗯 按照文档操作的

在Hexo配置文件中添加以下字段,enable字段控制是否开启about,image字段内容为about页的banner图像地址,不填写则默认使用首页banner图像。

这里的Hexo配置文件 我在主题里面的yml设置enable就可以 image的链接没反应 在Hexo的yml设置不生效好像

fi3ework commented 6 years ago

不好意思,应该是在主题配置文件中修改 enable 和 image,文档不小心写错了。

LtHugo commented 6 years ago

呃.... 可是配置里的image怎么不生效 其他配置的image都可以 就about这个不行

fi3ework commented 6 years ago

把你 source/about/index.md 还有配置里 image 的字段粘贴上来看一下

LtHugo commented 6 years ago

title: 你好哇 date: 2018-07-30 15:59:12

fi3ework commented 6 years ago

你的页面的 body 的属性不对,应该是下面的操作没有执行对 image

fi3ework commented 6 years ago

缺了 layout: about

LtHugo commented 6 years ago

感谢! 我太不小心了。