hexo-theme-particlex 2.3.3 → 2.3.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/_config.yml +1 -1
- package/layout/footer.ejs +1 -2
- package/layout/script.ejs +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
package/_config.yml
CHANGED
package/layout/footer.ejs
CHANGED
@@ -8,11 +8,10 @@
|
|
8
8
|
</span>
|
9
9
|
@<%= config.author %>
|
10
10
|
</div>
|
11
|
-
<div></div>
|
12
11
|
<div>Based on the <a href="https://hexo.io">Hexo Engine</a> & <a href="https://github.com/argvchs/hexo-theme-particlex">ParticleX Theme</a></div>
|
13
12
|
<% if (theme.footer.ICP.enable) { %>
|
14
13
|
<div>
|
15
|
-
|
14
|
+
备案号:
|
16
15
|
<% if (theme.footer.ICP.link) { %>
|
17
16
|
<a href="<%- theme.footer.ICP.link %>"><%= theme.footer.ICP.code %></a>
|
18
17
|
<% } else { %>
|
package/layout/script.ejs
CHANGED
@@ -57,9 +57,9 @@
|
|
57
57
|
serverURL: "<%- theme.waline.serverURL %>",
|
58
58
|
commentCount: <%- theme.waline.commentCount %>,
|
59
59
|
pageview: <%- theme.waline.pageview %>,
|
60
|
-
emoji:
|
61
|
-
meta:
|
62
|
-
requiredMeta:
|
60
|
+
emoji: <%- JSON.stringify(theme.waline.emoji) %>,
|
61
|
+
meta: <%- JSON.stringify(theme.waline.meta) %>,
|
62
|
+
requiredMeta: <%- JSON.stringify(theme.waline.requiredMeta) %>,
|
63
63
|
lang: "<%- theme.waline.lang %>",
|
64
64
|
wordLimit: <%- theme.waline.wordLimit %>,
|
65
65
|
pageSize: "<%- theme.waline.pageSize %>",
|
@@ -73,7 +73,7 @@
|
|
73
73
|
<script>
|
74
74
|
twikoo.init({
|
75
75
|
el: "#twikoo-container",
|
76
|
-
envId: "<%- theme.twikoo.
|
76
|
+
envId: "<%- theme.twikoo.envID %>",
|
77
77
|
region: "<%- theme.twikoo.region %>",
|
78
78
|
path: <%- theme.twikoo.path %>,
|
79
79
|
lang: "<%- theme.twikoo.lang %>",
|