hexo-theme-particlex 2.3.3 → 2.3.4
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/script.ejs +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
package/_config.yml
CHANGED
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 %>",
|