Commit 4d45123d authored by Van's avatar Van

📝 repo b3log -> 88250

parent 8b724ca3
......@@ -1421,9 +1421,9 @@
"version": "github:dagrejs/dagre-d3#e1a00e5cb518f5d2304a35647e024f31d178e55b",
"from": "github:dagrejs/dagre-d3",
"requires": {
"d3": "^5.12",
"dagre": "^0.8.4",
"graphlib": "^2.1.7",
"d3": "^5.14",
"dagre": "^0.8.5",
"graphlib": "^2.1.8",
"lodash": "^4.17.15"
}
},
......
......@@ -2,13 +2,13 @@
"name": "Solo",
"version": "3.6.7",
"description": " 一款小而美的博客系统,专为程序员设计。",
"homepage": "https://github.com/b3log/solo",
"homepage": "https://github.com/88250/solo",
"repository": {
"type": "git",
"url": "git://github.com/b3log/solo.git"
"url": "git://github.com/88250/solo.git"
},
"bugs": {
"url": "https://github.com/b3log/solo/issues"
"url": "https://github.com/88250/solo/issues"
},
"license": "AGPLv3",
"private": true,
......
......@@ -103,7 +103,7 @@ public final class Server extends BaseServer {
options.addOption(runtimeModeOpt);
final Option luteHttpOpt = Option.builder("lute").longOpt("lute_http").argName("LUTE_HTTP").
hasArg().desc("lute http URL, default is http://localhost:8249, see https://github.com/b3log/lute-http for more details").build();
hasArg().desc("lute http URL, default is http://localhost:8249, see https://github.com/88250/lute-http for more details").build();
options.addOption(luteHttpOpt);
options.addOption("h", "help", false, "print help for the command");
......
......@@ -92,7 +92,7 @@ public final class SkinRenderer extends AbstractFreeMarkerRenderer {
final long endTimeMillis = System.currentTimeMillis();
final String dateString = DateFormatUtils.format(endTimeMillis, "yyyy/MM/dd HH:mm:ss");
final long startTimeMillis = (Long) context.attr(Keys.HttpRequest.START_TIME_MILLIS);
final String latke = String.format("\n<!-- Generated by Latke (https://github.com/b3log/latke) in %1$dms, %2$s -->", endTimeMillis - startTimeMillis, dateString);
final String latke = String.format("\n<!-- Generated by Latke (https://github.com/88250/latke) in %1$dms, %2$s -->", endTimeMillis - startTimeMillis, dateString);
final String pjaxContainer = context.header("X-PJAX-Container");
final String html = stringWriter.toString();
......
......@@ -84,7 +84,7 @@ public final class Images {
}
/**
* Gets an image URL randomly. Sees https://github.com/b3log/bing for more details.
* Gets an image URL randomly. Sees https://github.com/88250/bing for more details.
*
* @return an image URL
*/
......
......@@ -53,7 +53,7 @@ import java.util.concurrent.*;
/**
* <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a> utilities.
* <p>
* Uses the <a href="https://github.com/b3log/markdown-http">markdown-http</a> as the processor, if not found this command, try
* Uses the <a href="https://github.com/88250/markdown-http">markdown-http</a> as the processor, if not found this command, try
* built-in <a href="https://github.com/vsch/flexmark-java">flexmark</a> instead.
* </p>
*
......@@ -101,7 +101,7 @@ public final class Markdowns {
private static final HtmlRenderer RENDERER = HtmlRenderer.builder(OPTIONS).build();
/**
* Lute engine serve path. https://github.com/b3log/lute-http
* Lute engine serve path. https://github.com/88250/lute-http
*/
public static String LUTE_ENGINE_URL = "http://localhost:8249";
......
......@@ -58,11 +58,11 @@
<a href="https://b3log.org">B3log 开源组织</a>旗下包含
<a href="https://sym.b3log.org/">Symphony</a>、
<a href="https://solo.b3log.org/">Solo</a>、
<a href="https://github.com/b3log/pipe">Pipe</a>、
<a href="https://github.com/b3log/wide">Wide</a>、
<a href="https://github.com/b3log/latke">Latke</a>、
<a href="https://github.com/b3log/vditor">Vditor</a>、
<a href="https://github.com/b3log/gulu">Gulu</a>&nbsp;等一系列开源项目。随着项目规模的增长,我们需要有相应的资金支持才能持续项目的维护和开发。
<a href="https://github.com/88250/pipe">Pipe</a>、
<a href="https://github.com/88250/wide">Wide</a>、
<a href="https://github.com/88250/latke">Latke</a>、
<a href="https://github.com/vanessa219/vditor">Vditor</a>、
<a href="https://github.com/88250/gulu">Gulu</a>&nbsp;等一系列开源项目。随着项目规模的增长,我们需要有相应的资金支持才能持续项目的维护和开发。
<br/> <br/>
如果你觉得 Solo 还算好用,可通过支付宝对我们进行赞助,谢谢 🙏
<br/> <br/>
......
......@@ -31,7 +31,7 @@
Label.WINDOW_SIZE = "${articleListPaginationWindowSize}"
Label.localeString = "${localeString}"
Label.version = "${version}"
Label.reportIssueLabel = 'please report this issue on https://github.com/b3log/solo/issues/new'
Label.reportIssueLabel = 'please report this issue on https://github.com/88250/solo/issues/new'
Label.noDataLabel = "${noDataLabel}"
Label.linkDescriptionLabel = "${linkDescriptionLabel}"
Label.addressInvalidLabel = "${addressInvalidLabel}"
......@@ -100,4 +100,4 @@
Label.descriptionLabel = "${descriptionLabel}"
Label.previewLabel = '${previewLabel}'
admin.init()
</script>
\ No newline at end of file
</script>
......@@ -77,12 +77,12 @@
#top #hideTop:hover {
background-image: url("${staticServePath}/images/arrow-left.gif");
border-radius: 0;
border-radius: 0;
}
</style>
<div id="showTop"></div>
<div id="top">
<a href="https://github.com/b3log/solo" target="_blank" class="hover">
<a href="https://github.com/88250/solo" target="_blank" class="hover">
Solo
</a>
<span class="left">&nbsp;${onlineVisitor1Label}${onlineVisitorCnt}</span>
......@@ -104,4 +104,4 @@
<a href="javascript:void(0)" id="hideTop"></a>
</span>
<div class="clear"></div>
</div>
\ No newline at end of file
</div>
......@@ -23,6 +23,6 @@
<h2>500 Internal Server Error!</h2>
<img class="img-error" src="${staticServePath}/images/500.png" title="500" alt="500 Internal Server Error!"/>
<div class="a-error">
Please <a href="https://github.com/b3log/solo/issues/new">report</a> it or return to <a href="${servePath}">Index</a>.
Please <a href="https://github.com/88250/solo/issues/new">report</a> it or return to <a href="${servePath}">Index</a>.
</div>
</@commonPage>
\ No newline at end of file
</@commonPage>
......@@ -54,7 +54,7 @@ chageLabel=Change
useTumbnailLabel=Use Tumbnail
iconLabel=Icon
icon1Label=Icon:
contentRenderFailedLabel=Content render failed, please <a href="https://github.com/b3log/solo/issues">report</a> this problem to help us enhance it, thank you &hearts;
contentRenderFailedLabel=Content render failed, please <a href="https://github.com/88250/solo/issues">report</a> this problem to help us enhance it, thank you &hearts;
userNameInvalidLabel=Username only allow alphabet or number!
sponsorLabel=Become a Sponsor
addBoldLabel=Add bold text
......@@ -108,7 +108,7 @@ upToDateLabel=Your Solo is up to date \u2728
outOfDateLabel=Your Solo is out of date \uD83D\uDE22, download the latest version:
aboutLabel=About
aboutContentLabel=<p><a href="https://solo.b3log.org" target="_blank">Solo</a> \
is a small and beautiful Java blogging system developed and maintained by the <a href="https://github.com/b3log" target="_blank">B3log</a> open source community.</p>\
is a small and beautiful Java blogging system developed and maintained by the <a href="https://github.com/88250" target="_blank">B3log</a> open source community.</p>\
<p>We are building an independent blog + community ecology. Sound interesting? <a href="https://hacpai.com/article/1463025124998" target="_blank">Join us</a>!</p>
confirmLabel=Confirm
adminConsoleLabel=Admin
......@@ -383,7 +383,7 @@ helloWorld.content=Solo \u535A\u5BA2\u7CFB\u7EDF\u5DF2\u7ECF\u521D\u59CB\u5316\u
1. \u6709\u673A\u4F1A\u8BA9\u66F4\u591A\u4EBA\u770B\u5230\u4F60\u7684\u6587\u7AE0\n\
2. \u81EA\u52A8\u5907\u4EFD\u6587\u7AE0\u6570\u636E\n\n\
\u8BE5\u529F\u80FD\u9ED8\u8BA4\u662F\u5F00\u542F\u7684\uFF0C\u5982\u679C\u4E0D\u9700\u8981\u8BF7\u5230\u7BA1\u7406\u540E\u53F0 - \u5DE5\u5177 - \u504F\u597D\u8BBE\u5B9A - \u53C2\u6570\u8BBE\u7F6E\u4E2D\u5173\u95ED\u3002\u5F00\u542F\u65F6\u4F1A\u81EA\u52A8\u521B\u5EFA/\u66F4\u65B0 `solo-blog` \u4ED3\u5E93\uFF0C\u8BF7\u6CE8\u610F\u4F60\u6CA1\u6709\u8BE5\u540C\u540D\u4ED3\u5E93\u4EE5\u514D\u6570\u636E\u88AB\u8986\u76D6\u3002\n\n\
\u6700\u540E\uFF0C\u5982\u679C\u4F60\u89C9\u5F97 Solo \u5F88\u8D5E\uFF0C\u8BF7\u5230[\u9879\u76EE\u4E3B\u9875](https://github.com/b3log/solo)\u7ED9\u9897\u661F\u9F13\u52B1\u4E00\u4E0B :heart:
\u6700\u540E\uFF0C\u5982\u679C\u4F60\u89C9\u5F97 Solo \u5F88\u8D5E\uFF0C\u8BF7\u5230[\u9879\u76EE\u4E3B\u9875](https://github.com/88250/solo)\u7ED9\u9897\u661F\u9F13\u52B1\u4E00\u4E0B :heart:
helloWorld.comment.content=\u5199\u535A\u5BA2\u9700\u8981\u575A\u6301\uFF0C\u76F8\u4FE1\u79EF\u7D2F\u540E\u5FC5\u7136\u4F1A\u6709\u6536\u83B7\uFF0C\u6211\u4EEC\u4E00\u8D77\u52AA\u529B\u52A0\u6CB9 :smile:
articleContentPwd=This article need password to view.
ok=Ok
......@@ -54,7 +54,7 @@ chageLabel=\u66F4\u6362
useTumbnailLabel=\u542F\u7528\u914D\u56FE
iconLabel=\u56FE\u6807
icon1Label=\u56FE\u6807\uFF1A
contentRenderFailedLabel=\u5185\u5BB9\u6E32\u67D3\u51FA\u73B0\u4E86\u4E00\u4E9B\u95EE\u9898\uFF0C\u8BF7\u5230<a href="https://github.com/b3log/solo/issues">\u8FD9\u91CC</a>\u53CD\u9988\u95EE\u9898\u4EE5\u5E2E\u52A9\u6211\u4EEC\u8FDB\u884C\u6539\u8FDB\uFF0C\u975E\u5E38\u611F\u8C22 &hearts;
contentRenderFailedLabel=\u5185\u5BB9\u6E32\u67D3\u51FA\u73B0\u4E86\u4E00\u4E9B\u95EE\u9898\uFF0C\u8BF7\u5230<a href="https://github.com/88250/solo/issues">\u8FD9\u91CC</a>\u53CD\u9988\u95EE\u9898\u4EE5\u5E2E\u52A9\u6211\u4EEC\u8FDB\u884C\u6539\u8FDB\uFF0C\u975E\u5E38\u611F\u8C22 &hearts;
userNameInvalidLabel=\u7528\u6237\u540D\u53EA\u80FD\u662F\u5B57\u6BCD\u6216\u6570\u5B57\uFF01
sponsorLabel=\u6210\u4E3A\u8D5E\u52A9\u8005
addBoldLabel=\u6DFB\u52A0\u7C97\u4F53
......@@ -108,7 +108,7 @@ upToDateLabel=\u60A8\u6B63\u5728\u4F7F\u7528\u6700\u65B0\u7684 Solo \u2728
outOfDateLabel=\u60A8\u7684 Solo \u8FC7\u65F6\u4E86 \uD83D\uDE22\uFF0C\u8BF7\u4E0B\u8F7D\u6700\u65B0\u7248\u672C\uFF1A
aboutLabel=\u5173\u4E8E
aboutContentLabel=<p><a href="https://solo.b3log.org" target="_blank">Solo</a> \
\u662F\u4E00\u6B3E\u5C0F\u800C\u7F8E\u7684 Java \u535A\u5BA2\u7CFB\u7EDF\uFF0C\u7531 <a href="https://github.com/b3log" target="_blank">B3log \u5F00\u6E90\u793E\u533A</a>\u5F00\u53D1\u5E76\u7EF4\u62A4\u3002</p>\
\u662F\u4E00\u6B3E\u5C0F\u800C\u7F8E\u7684 Java \u535A\u5BA2\u7CFB\u7EDF\uFF0C\u7531 <a href="https://github.com/88250" target="_blank">B3log \u5F00\u6E90\u793E\u533A</a>\u5F00\u53D1\u5E76\u7EF4\u62A4\u3002</p>\
<p>\u6211\u4EEC\u6B63\u5728\u6784\u5EFA\u72EC\u7ACB\u535A\u5BA2 + \u793E\u533A\u7684\u751F\u6001\uFF0C\u6B22\u8FCE<a href="https://hacpai.com/article/1463025124998" target="_blank">\u52A0\u5165\u6211\u4EEC</a>\uFF01</p>
confirmLabel=\u786E\u5B9A
adminConsoleLabel=\u540E\u53F0\u7BA1\u7406
......@@ -383,7 +383,7 @@ helloWorld.content=Solo \u535A\u5BA2\u7CFB\u7EDF\u5DF2\u7ECF\u521D\u59CB\u5316\u
1. \u6709\u673A\u4F1A\u8BA9\u66F4\u591A\u4EBA\u770B\u5230\u4F60\u7684\u6587\u7AE0\n\
2. \u81EA\u52A8\u5907\u4EFD\u6587\u7AE0\u6570\u636E\n\n\
\u8BE5\u529F\u80FD\u9ED8\u8BA4\u662F\u5F00\u542F\u7684\uFF0C\u5982\u679C\u4E0D\u9700\u8981\u8BF7\u5230\u7BA1\u7406\u540E\u53F0 - \u5DE5\u5177 - \u504F\u597D\u8BBE\u5B9A - \u53C2\u6570\u8BBE\u7F6E\u4E2D\u5173\u95ED\u3002\u5F00\u542F\u65F6\u4F1A\u81EA\u52A8\u521B\u5EFA/\u66F4\u65B0 `solo-blog` \u4ED3\u5E93\uFF0C\u8BF7\u6CE8\u610F\u4F60\u6CA1\u6709\u8BE5\u540C\u540D\u4ED3\u5E93\u4EE5\u514D\u6570\u636E\u88AB\u8986\u76D6\u3002\n\n\
\u6700\u540E\uFF0C\u5982\u679C\u4F60\u89C9\u5F97 Solo \u5F88\u8D5E\uFF0C\u8BF7\u5230[\u9879\u76EE\u4E3B\u9875](https://github.com/b3log/solo)\u7ED9\u9897\u661F\u9F13\u52B1\u4E00\u4E0B :heart:
\u6700\u540E\uFF0C\u5982\u679C\u4F60\u89C9\u5F97 Solo \u5F88\u8D5E\uFF0C\u8BF7\u5230[\u9879\u76EE\u4E3B\u9875](https://github.com/88250/solo)\u7ED9\u9897\u661F\u9F13\u52B1\u4E00\u4E0B :heart:
helloWorld.comment.content=\u5199\u535A\u5BA2\u9700\u8981\u575A\u6301\uFF0C\u76F8\u4FE1\u79EF\u7D2F\u540E\u5FC5\u7136\u4F1A\u6709\u6536\u83B7\uFF0C\u6211\u4EEC\u4E00\u8D77\u52AA\u529B\u52A0\u6CB9 :smile:
articleContentPwd=\u8BE5\u6587\u7AE0\u5DF2\u7ECF\u52A0\u5BC6\u3002
ok=\u786E\u5B9A
......@@ -24,7 +24,7 @@
<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<span class="ft-warn">&heartsuit;</span>
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
<sup>[<a href="https://github.com/9IPHP/9IPHP" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</footer>
......
......@@ -20,7 +20,7 @@
<div class="copyright">
&copy; ${year} <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a><br/>
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a> by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme ${skinDirName} by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
<script src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}"></script>
......@@ -36,7 +36,7 @@
$(document).ready(function () {
Util.setTopBar()
Util.replaceSideEm($("#naviComments li .side-comment"));
// brush
buildBrush();
......@@ -79,4 +79,4 @@
});
</script>
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
${plugins}
\ No newline at end of file
${plugins}
......@@ -23,4 +23,4 @@
#
name=Andrea
memo=https://github.com/b3log/solo-skins
\ No newline at end of file
memo=https://github.com/88250/solo
......@@ -23,7 +23,7 @@
<br>
&copy; ${year} <a href="${servePath}">${blogTitle}</a> ${footerContent} Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<div>
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
by
<a rel="friend" href="http://88250.b3log.org" target="_blank">88250</a>
</div>
......
......@@ -27,7 +27,7 @@
<span class="footer__heart">❤️</span>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<br>
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
<sup>[<a href="https://www.cnblogs.com/jajian" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a> <br>
</div>
......
......@@ -25,7 +25,7 @@
${footerContent} &nbsp;•&nbsp;
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<br>
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
<sup>[<a href="https://github.com/TryGhost/Casper" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
......
......@@ -23,7 +23,7 @@
<span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}
</div>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="right nowrap">
......@@ -98,4 +98,4 @@
}
}
</script>
${plugins}
\ No newline at end of file
${plugins}
......@@ -23,7 +23,7 @@
${footerContent}
<span class="fn-right">
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</span>
</footer>
......
......@@ -31,7 +31,7 @@
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<div class="fn__none"></div>
&nbsp; &heartsuit; &nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
<sup>[<a href="https://github.com/hejianxian/hexo-theme-jane" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
......
......@@ -36,8 +36,7 @@
${onlineVisitorCnt} ${onlineVisitorLabel}
<div class="fn-right">
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a> •
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
Theme ${skinDirName} by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
</div>
</footer>
......
......@@ -22,7 +22,7 @@
<div class="left">
<span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="clear"></div>
......
......@@ -72,7 +72,7 @@
<br>
Powered by <a class="ft__link" href="https://solo.b3log.org" target="_blank">Solo</a>
<br>
Theme <a class="ft__link" rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
<sup>[<a class="ft__link" target="_blank" href="https://github.com/chakhsu/pinghsu">ref</a>]</sup>
by <a class="ft__link" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
......
......@@ -2,7 +2,7 @@
## 简介
这里是 [Solo](https://github.com/b3log/solo) 开源博客系统的官方皮肤仓库。
这里是 [Solo](https://github.com/88250/solo) 开源博客系统的官方皮肤仓库。
Solo 官方皮肤中有很大一部分是其他博客系统皮肤的仿款,为充分尊重原作者的劳动成果:
......
......@@ -21,8 +21,7 @@
<div class="copyright">
<span>&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme ${skinDirName} by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="right goTop">
<span onclick="Util.goTop();">${goTopLabel}</span>
......@@ -35,6 +34,6 @@
$(document).ready(function () {
Util.setTopBar()
Util.replaceSideEm($(".side-navi .navi-comments .side-comment"));
});
});
</script>
${plugins}
\ No newline at end of file
${plugins}
......@@ -20,8 +20,7 @@
<div class="left copyright">
<span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme ${skinDirName} by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="right goTop">
<span onclick="Util.goTop();">${goTopLabel}</span>
......@@ -33,7 +32,7 @@
$(document).ready(function () {
Util.setTopBar()
Util.replaceSideEm($(".side-navi .navi-comments li .side-comment"));
// set selected navi
$("#header-navi li").each(function (i) {
if (i < $("#header-navi li").length - 1) {
......@@ -50,4 +49,4 @@
});
});
</script>
${plugins}
\ No newline at end of file
${plugins}
......@@ -21,7 +21,7 @@
<span class="ft-gray">&copy; ${year}</span>
<a href="${servePath}">${blogTitle}</a> ${footerContent}
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
by
<a rel="friend" rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
\ No newline at end of file
</div>
......@@ -34,7 +34,7 @@
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<div class="fn-right">
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
<sup>[<a href="https://github.com/iissnan/hexo-theme-next" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
......
......@@ -28,7 +28,7 @@
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>
<div class="fn__none"></div>
&nbsp; &heartsuit; &nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
<sup>[<a href="https://github.com/ZEROKISEKI/hexo-theme-gal" target="_blank">ref</a>]</sup>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</footer>
......
......@@ -20,8 +20,7 @@
<footer>
<span>&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme ${skinDirName} by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<div onclick="Util.goTop();">${goTopLabel}</div>
</footer>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
......
......@@ -26,7 +26,7 @@
<div class="left">
<span>&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
<sup>[<a href="http://themify.me/demo/themes/postline/" target="_blank">ref</a>]</sup>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
......
......@@ -19,7 +19,7 @@
-->
<span style="color: gray;">&copy; ${year}</span> <a href="${servePath}">${blogTitle}</a> ${footerContent}<br/>
Powered by <a href="https://solo.b3log.org" target="_blank">Solo</a>&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<div class='goTopIcon' onclick='Util.goTop();'></div>
<div class='goBottomIcon' onclick='Util.goBottom();'></div>
......@@ -32,4 +32,4 @@ by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Util.replaceSideEm($("#recentComments li a"));
});
</script>
${plugins}
\ No newline at end of file
${plugins}
......@@ -20,7 +20,7 @@
<footer class="footer">
<div class="fn-clear">
<div class="fn-left">
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">${skinDirName}</a>
Theme ${skinDirName}
by
<a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
......@@ -28,9 +28,9 @@
${viewCount1Label}${statistic.statisticBlogViewCount}
&nbsp;
${articleCount1Label}${statistic.statisticPublishedBlogArticleCount}
&nbsp;
&nbsp;
${commentCount1Label}${statistic.statisticPublishedBlogCommentCount}
&nbsp;
&nbsp;
${onlineVisitor1Label}${onlineVisitorCnt}
</span>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment