This commit is contained in:
parent
6ee33414bc
commit
d018b7d801
|
@ -21,10 +21,7 @@
|
|||
"D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\hello",
|
||||
"D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time"
|
||||
],
|
||||
"Files": [
|
||||
"D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\hello\\main.go",
|
||||
"D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time\\main.go"
|
||||
],
|
||||
"Files": [],
|
||||
"CurrentFile": ""
|
||||
}
|
||||
}
|
||||
|
|
|
@ -110,7 +110,7 @@ var editors = {
|
|||
for (var i = 0; i < length; i++) {
|
||||
var article = articles[i];
|
||||
var articleLiHtml = "<li>"
|
||||
+ "<a target='_blank' href='" + article.articlePermalink + "'>"
|
||||
+ "<a target='_blank' href='http://symphony.b3log.org" + article.articlePermalink + "'>"
|
||||
+ article.articleTitle + "</a> <span class='date'>" + article.articleCreateTime;
|
||||
+"</span></li>"
|
||||
listHTML += articleLiHtml;
|
||||
|
|
Loading…
Reference in New Issue