在/yourblogpath/source文件夹下新建一个images文件夹用来存放公安部备案图标
然后找到themes/butterfly/layout/includes/footer.pug
在文件的末尾添加代码

1
2
3
4
5
6
7
8
9
10
// 添加备案号
// 与foot.other同级即可
.footer-beian
p
span
a(href="https://beian.miit.gov.cn" target="_blank") 赣ICP备 xxxxx 号
p
span
img(src="/images/beian.png" alt="公安备案图标" style="vertical-align:middle; width: 20px; height: 20px; margin-right: 5px;")
a(href="https://beian.mps.gov.cn/#/query/webSearch?code=xxxxx" rel="noreferrer" target="_blank") 京公网安备 xxxxx 号

本地查看一下效果

1
2
3
hexo cl
hexo g
hexo s

效果无误则推送到服务器

1
hexo d