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 CHANGED
@@ -8,11 +8,10 @@
8
8
  </span>
9
9
  &commat;<%= config.author %>
10
10
  </div>
11
- <div></div>
12
11
  <div>Based on the <a href="https://hexo.io">Hexo Engine</a> &amp; <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 { %>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"