hexo-theme-particlex 2.3.4 → 2.3.5
Sign up to get free protection for your applications and to get access to all the features.
- package/layout/footer.ejs +1 -2
- package/package.json +1 -1
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 { %>
|