Skip to content

Commit 0174e6b

Browse files
author
ZhangRGK
committed
Merge branch 'master' of github.com:yncoder/yncoder.github.io
2 parents 5726d9f + 6d1b1e3 commit 0174e6b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

assets/presentation/2017-11-25/ASOPL.pptx

100755100644
File mode changed.

bloggers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ title: 社区博客列表
99
* [丁亮的个人博客](http://88250.b3log.org/) ([Solo][])
1010
* [一个博客](http://blog.zhangrgk.ninja/) ([Jekyll][])
1111
* [BigZhu的窝](http://bigzhu.org/) (自建)
12+
* [回家看动画](http://blog.ttop5.net) ([GithubIssues][])
1213
* [Liao Yifan's Strive](http://saintdan.github.io/) ([Hexo][])
1314
* [Vanessa](http://vanessa.b3log.org) ([Solo][])
1415
* [programming4fun](http://blog.programming4fun.com/) ([Tumblr][])
1516
* [gc87](http://my.oschina.net/gaoc87) ([oschina][])
1617

1718
[Jekyll]: http://jekyllrb.com/
1819
[Ghost]: https://ghost.org/
20+
[GithubIssues]: https://github.com/ttop5/ttop5.github.io/issues
1921
[Hexo]: http://hexo.io/
2022
[Solo]: https://github.com/b3log/solo
2123
[Tumblr]: https://www.tumblr.com

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
var html = data.map(function (item) {
118118
return format(this.template, {
119119
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(' '),
121121
labelElements: item.labels.map(this.renderLabelItem, this).join(''),
122122
title: escapeHTML(item.title),
123123
link: item.html_url,
@@ -172,7 +172,7 @@
172172
for (var i = 0, len = items.length; i < len; i++) {
173173
var item = items[i];
174174

175-
var className = item.href.replace(/.*#([\w\-]+)/, '$1');
175+
var className = decodeURIComponent(item.href.replace(/.*#([\w\-]+)/, '$1'));
176176

177177
var flag = item.classList.contains('showing') || !showings;
178178

0 commit comments

Comments
 (0)