MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

首页的文章 tag跟分类无法区分 #116

Closed bytemain closed 8 years ago

bytemain commented 8 years ago

http://litten.github.io/ yilia主题是有个tag的图片的 http://moxfive.xyz/ http://lengthmin.com/ yelee主题区分不了 tag跟分类

MOxFIVE commented 8 years ago

不大明白,为什么不能区分 snip20160629_1

bytemain commented 8 years ago

@MOxFIVE 对不起呀,我忘记说移动端了。移动端是看不到这个书跟标签的图片的

MOxFIVE commented 8 years ago

把下面几行代码删掉就会显示了 /source/css/_partial/mobile.styl#L190

.article-category::before{
    display: none;
}
.article-tag::before {
     display: none;
}