Skip to content

Commit

Permalink
fix: categories' style in tag cloud page 文章含多分类时的样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Nov 12, 2015
1 parent c732947 commit 59885f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ hexo new page about
hexo new page tags
```

> Post with several categories 文章设置多个分类后的问题 [issue#4](https://github.com/MOxFIVE/hexo-theme-yelee/issues/4)
> - [让 Hexo 自动生成 Tag Cloud 标签云页面](http://moxfive.xyz/2015/10/25/hexo-tag-cloud/)
#### 3. Background image 网页背景:
Expand Down
3 changes: 3 additions & 0 deletions layout/_partial/page-tags.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@
font-weight: bold;
text-decoration: none;
}
.category-list-child {
display: none;
}
</style>

0 comments on commit 59885f8

Please sign in to comment.