hexo-theme-hiker icon indicating copy to clipboard operation
hexo-theme-hiker copied to clipboard

如何在网站底部添加备案号

Open SuperJohnson opened this issue 7 years ago • 3 comments

我把网站解析到了我的域名上,怎么加备案号?

SuperJohnson avatar Dec 11 '17 09:12 SuperJohnson

@SuperJohnson 不清楚哎,我还没用过备案的域名

iTimeTraveler avatar Dec 11 '17 11:12 iTimeTraveler

@iTimeTraveler 其实就是怎么更改底部栏的内容

SuperJohnson avatar Dec 11 '17 13:12 SuperJohnson

修改themes/hiker/layout/_partial/footer.ejs line 9

<p id="copyRightEn">Copyright &copy; <%= theme.since ||  (date(new Date(), 'YYYY')-1)%> - <%= date(new Date(), 'YYYY') %> <%= config.title || config.author %> All Rights Reserved. <%= config.icp %></p>

然后在配置中加入 icp 配置项

yangqi93 avatar May 12 '18 02:05 yangqi93