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 +2 -2
- package/package.json +1 -1
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") %>" />
|