cofess / hexo-theme-pure

Hexo theme pure. It's a pure theme for Hexo.
http://blog.cofess.com
MIT License
1.1k stars 292 forks source link

link in about page can be not link and unclickable #87

Closed fengkx closed 3 years ago

fengkx commented 5 years ago

通过判断links是否是http协议的网址,来决定是否渲染 href

这样关于界面的 links 可以放不是网址的东西(例如#替换的邮箱, 微信号等),而不会被导向不存在的页面。