添加ICP备案号
This commit is contained in:
parent
d92492c108
commit
46d2216d53
@ -95,6 +95,9 @@ theme: yilia
|
||||
# 图片存储仓库地址
|
||||
picture_cdn: https://blog-cdn.nos-eastchina1.126.net
|
||||
|
||||
# ICP备案号
|
||||
ICP: 鲁ICP备19028444号
|
||||
|
||||
# 站点地图
|
||||
sitemap:
|
||||
path: sitemap.xml
|
||||
|
||||
@ -4,9 +4,12 @@
|
||||
<div class="footer-left">
|
||||
© <%= date(new Date(), 'YYYY') %> <%= config.author || config.title %>
|
||||
</div>
|
||||
<div class="footer-right">
|
||||
Power By <a href="http://hexo.io/" target="_blank">Hexo</a>
|
||||
</div>
|
||||
<% if(config.ICP) { %>
|
||||
<a href="http://www.beian.miit.gov.cn" target="_blank"><%= config.ICP %></a>
|
||||
<% } %>
|
||||
<div class="footer-right">
|
||||
Power By <a href="http://hexo.io/" target="_blank">Hexo</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
@ -1,5 +1,5 @@
|
||||
#footer {
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
opacity: 0.6;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user