hexo-theme-particlex 2.7.2 → 2.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -73,9 +73,6 @@ archive_generator:
73
73
  # Avatar image
74
74
  avatar: /images/avatar.jpg
75
75
 
76
- # Favicon
77
- favicon: /images/favicon.png
78
-
79
76
  # Home page background image
80
77
  background:
81
78
  - /images/background.jpg
package/_config.yml CHANGED
@@ -4,9 +4,6 @@
4
4
  # Avatar image
5
5
  avatar: /images/avatar.jpg
6
6
 
7
- # Favicon
8
- favicon: /images/favicon.png
9
-
10
7
  # Home page background image
11
8
  background:
12
9
  - /images/background.jpg
package/layout/layout.ejs CHANGED
@@ -21,7 +21,7 @@
21
21
  <meta name="description" content="<%- config.description %>" />
22
22
  <meta name="keywords" content="<%- config.keywords %>" />
23
23
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
24
- <link rel="icon" href="<%- url_for(theme.favicon) %>" />
24
+ <link rel="icon" href="<%- url_for(theme.avatar) %>" />
25
25
  <%- partial("import", { type }) %>
26
26
  </head>
27
27
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "repository": {
6
6
  "type": "git",
package/source/js/main.js CHANGED
@@ -21,7 +21,6 @@ const app = Vue.createApp({
21
21
  },
22
22
  methods: {
23
23
  render() {
24
- if (typeof this.renderers === "undefined") return;
25
24
  for (let i of this.renderers) i();
26
25
  },
27
26
  handleScroll() {
Binary file