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