File tree 4 files changed +4
-2
lines changed
assets/presentation/2017-11-25
4 files changed +4
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,13 +9,15 @@ title: 社区博客列表
9
9
* [ 丁亮的个人博客] ( http://88250.b3log.org/ ) ([ Solo] [ ] )
10
10
* [ 一个博客] ( http://blog.zhangrgk.ninja/ ) ([ Jekyll] [ ] )
11
11
* [ BigZhu的窝] ( http://bigzhu.org/ ) (自建)
12
+ * [ 回家看动画] ( http://blog.ttop5.net ) ([ GithubIssues] [ ] )
12
13
* [ Liao Yifan's Strive] ( http://saintdan.github.io/ ) ([ Hexo] [ ] )
13
14
* [ Vanessa] ( http://vanessa.b3log.org ) ([ Solo] [ ] )
14
15
* [ programming4fun] ( http://blog.programming4fun.com/ ) ([ Tumblr] [ ] )
15
16
* [ gc87] ( http://my.oschina.net/gaoc87 ) ([ oschina] [ ] )
16
17
17
18
[ Jekyll ] : http://jekyllrb.com/
18
19
[ Ghost ] : https://ghost.org/
20
+ [ GithubIssues ] : https://github.com/ttop5/ttop5.github.io/issues
19
21
[ Hexo ] : http://hexo.io/
20
22
[ Solo ] : https://github.com/b3log/solo
21
23
[ Tumblr ] : https://www.tumblr.com
Original file line number Diff line number Diff line change 117
117
var html = data . map ( function ( item ) {
118
118
return format ( this . template , {
119
119
firstLabelColor : item . labels . length ? '#' + item . labels [ 0 ] . color : 'transparent' ,
120
- labelClasses : item . labels . map ( this . renderLabelClass , this ) . join ( '' ) ,
120
+ labelClasses : item . labels . map ( this . renderLabelClass , this ) . join ( ' ' ) ,
121
121
labelElements : item . labels . map ( this . renderLabelItem , this ) . join ( '' ) ,
122
122
title : escapeHTML ( item . title ) ,
123
123
link : item . html_url ,
172
172
for ( var i = 0 , len = items . length ; i < len ; i ++ ) {
173
173
var item = items [ i ] ;
174
174
175
- var className = item . href . replace ( / .* # ( [ \w \- ] + ) / , '$1' ) ;
175
+ var className = decodeURIComponent ( item . href . replace ( / .* # ( [ \w \- ] + ) / , '$1' ) ) ;
176
176
177
177
var flag = item . classList . contains ( 'showing' ) || ! showings ;
178
178
You can’t perform that action at this time.
0 commit comments