mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
优化 copyright 信息
This commit is contained in:
parent
48e9c7cd77
commit
b58dfbb32d
@ -118,8 +118,6 @@ var config = {
|
|||||||
callbackURL: 'http://cnodejs.org/auth/github/callback',
|
callbackURL: 'http://cnodejs.org/auth/github/callback',
|
||||||
},
|
},
|
||||||
allow_sign_up: true,
|
allow_sign_up: true,
|
||||||
|
|
||||||
copyright_year: '2012 - 2014',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|||||||
@ -99,7 +99,7 @@
|
|||||||
<a class='dark' href='/rss' target="_blank"><strong>RSS</strong></a>
|
<a class='dark' href='/rss' target="_blank"><strong>RSS</strong></a>
|
||||||
</div>
|
</div>
|
||||||
<div class='col_fade'>
|
<div class='col_fade'>
|
||||||
© <%= config.copyright_year %> <br>本社区为开源系统,版本: <%= config.version %> ,欢迎贡献代码<br>
|
© <%= "2012 - " + (new Date()).getFullYear() %> <br>本社区为开源系统,版本: <%= config.version %> ,欢迎贡献代码<br>
|
||||||
由<a href='http://cnodejs.net' target='_blank'> NAE </a>为 <%= config.name %> 提供动力
|
由<a href='http://cnodejs.net' target='_blank'> NAE </a>为 <%= config.name %> 提供动力
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user