添加ICP备案号

This commit is contained in:
结发受长生 2019-06-10 17:39:29 +08:00
parent d92492c108
commit 46d2216d53
3 changed files with 10 additions and 4 deletions

View File

@ -95,6 +95,9 @@ theme: yilia
# 图片存储仓库地址
picture_cdn: https://blog-cdn.nos-eastchina1.126.net
# ICP备案号
ICP: 鲁ICP备19028444号
# 站点地图
sitemap:
path: sitemap.xml

View File

@ -4,9 +4,12 @@
<div class="footer-left">
&copy; <%= 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>

View File

@ -1,5 +1,5 @@
#footer {
font-size: 12px;
font-size: 14px;
position: absolute;
bottom: 30px;
opacity: 0.6;