新鲜出炉(挺老了)的萌ICP备案不要一个吗
在halo自定义主题中添加萌ICP备案教程
不多bb,直接上效果图
以下是教程
首先去萌网申请萌ICP备-加入萌备 (gov.moe)
选好号码后会有这样一个页面
<a href="https://icp.gov.moe/?keyword=n你的号码" target="_blank">萌ICP备号码号</a>
把上面这串插入页脚就好了
那么好,halo自定义字体页脚在哪呢?
依次进入halo>themes>你的主题>templates>modules>common这里,我使用的是stacke2,所以就在stack2里然后有个footer.html文件,打开它然后在末尾
</footer>
</th:block>
</html>
这串代码上一行输入
<dr>
<a href="https://icp.gov.moe/?keyword=n你的号码" target="_blank">萌ICP备号码号</a>
然后保存重启就好了
但是这样子没图片呢?
那就直接插入以下代码就好啦(只插入下方的代码)
<head>
<style>
.image {
display: inline-block;
vertical-align: middle;
margin-top: -6px;
}
</style>
</head>
<body>
<a href="你的萌icp网址" target="_blank">
<img src="https://moe.one/view/img/ico64.png" style="width:22px;height:22px" class="image">
萌ICP备xxxxx号
</a>
当然,你有条件也可以自建图床,然后修改图标链接,但前提是得有个公网ip(
图标下载Edge Image Viewer (moe.one)
后记:halo每次通过应用市场更新主题这个文件都会被覆盖,所以建议下载好这个footer.html留以备用,等主题更新后直接上传替换(