hacpai.com

This commit is contained in:
Liang Ding 2015-08-27 00:48:54 +08:00
parent 6d31a0a20d
commit 9b9a17a842
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ _Have a [try](http://wide.b3log.org/signup) first, then [download](http://pan.ba
先试试我们搭建好的[在线服务](http://wide.b3log.org/signup),你可以在这里[下载](http://pan.baidu.com/s/1dD3XwOT)并在本地环境运行,然后邀请小伙伴们来玩吧!
> * 关于 Wide 的产品定位,请看[这里](http://symphony.b3log.org/article/1438407961481),并欢迎参与讨论~
> * 关于 Wide 的产品定位,请看[这里](http://hacpai.com/article/1438407961481),并欢迎参与讨论~
> * 加入[**黑客派**](http://hacpai.com/register?r=88250),与其他程序员、设计师共同成长!
## Introduction

View File

@ -306,7 +306,7 @@ var editors = {
for (var i = 0; i < length; i++) {
var article = articles[i];
listHTML += "<li>"
+ "<a target='_blank' href='http://symphony.b3log.org"
+ "<a target='_blank' href='http://hacpai.com"
+ article.articlePermalink + "'>"
+ article.articleTitle + "</a>&nbsp; <span class='date'>"
+ dateFormat(article.articleCreateTime, 'yyyy-MM-dd');