iTimeTraveler / hexo-theme-hiero

An awesome magazine, blog theme for your Hexo site.
https://itimetraveler.github.io/hexo-theme-hiero/
MIT License
228 stars 141 forks source link

修改关于页面大图显示的判断逻辑 #36

Closed Z4HD closed 7 years ago

Z4HD commented 7 years ago

考虑到#34 中出现的迷之问题,将原本在Hexo进行的判断转移至前端进行判断。通过判断location.pathname中是否存在"about"字符串来辨别该页面是否为关于页面。如为是,则展示关于页面图片,否则设置最外层div的display属性为none

效果可以参考我的博客:https://blog.z4hd.cf


Fix #34 #12 中有关于关于页面图片显示不正常的问题

iTimeTraveler commented 7 years ago

@Z4HD 好,多谢