hexo-theme-particlex 2.5.2 → 2.5.4

Sign up to get free protection for your applications and to get access to all the features.
package/layout/import.ejs CHANGED
@@ -43,7 +43,7 @@
43
43
  <script src="https://cdn.staticfile.org/twikoo/1.6.8/twikoo.all.min.js"></script>
44
44
  <% } %>
45
45
  <% } %>
46
- <% if (type === "index") %>
46
+ <% if (type === "index") { %>
47
47
  <script src="<%- url_for("/js/lib/home.js") %>"></script>
48
- <% %>
48
+ <% } %>
49
49
  <link rel="stylesheet" href="<%- url_for("/css/main.css") %>" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.5.2",
3
+ "version": "2.5.4",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "repository": {
6
6
  "type": "git",