We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352bcce commit 8d8964cCopy full SHA for 8d8964c
app/view/layout.html
@@ -19,7 +19,7 @@
19
<link title="RSS" type="application/rss+xml" rel="alternate" href="/rss"/>
20
21
<% if (config.site_icon) { %>
22
- <link rel="icon" href="<%- staticFile(config.site_icon) %>" type="image/x-icon"/>
+ <link rel="icon" href="<%- helper.staticFile(config.site_icon) %>" type="image/x-icon"/>
23
<% } %>
24
25
<!-- style -->
config/config.default.js
@@ -10,6 +10,8 @@ module.exports = appInfo => {
10
11
config.site_logo = '/public/images/cnodejs_light.svg';
12
13
+ config.site_icon = '/public/images/cnode_icon_32.png';
14
+
15
// debug 为 true 时,用于本地调试
16
config.debug = true;
17
0 commit comments