hexo-theme-particlex 2.7.2 → 2.7.3
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -3
- package/_config.yml +0 -3
- package/layout/layout.ejs +1 -1
- package/package.json +1 -1
- package/source/js/main.js +0 -1
- package/source/images/favicon.png +0 -0
package/README.md
CHANGED
package/_config.yml
CHANGED
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.
|
24
|
+
<link rel="icon" href="<%- url_for(theme.avatar) %>" />
|
25
25
|
<%- partial("import", { type }) %>
|
26
26
|
</head>
|
27
27
|
<body>
|
package/package.json
CHANGED
package/source/js/main.js
CHANGED
Binary file
|