hexo-theme-particlex 2.6.1 → 2.6.2
Sign up to get free protection for your applications and to get access to all the features.
- package/layout/import.ejs +1 -1
- package/package.json +1 -1
package/layout/import.ejs
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
<link rel="stylesheet" href="https://cdn.staticfile.org/waline/2.14.8/waline-meta.min.css" />
|
41
41
|
<% } %>
|
42
42
|
<% if (theme.twikoo.enable) { %>
|
43
|
-
<script src="https://cdn.staticfile.org/twikoo/1.6.
|
43
|
+
<script src="https://cdn.staticfile.org/twikoo/1.6.16/twikoo.all.min.js"></script>
|
44
44
|
<% } %>
|
45
45
|
<% } %>
|
46
46
|
<% if (type === "index") { %>
|