ink-zone / fexo

A minimalist design theme for hexo.
https://forsigner.github.io
MIT License
1.09k stars 208 forks source link

主题的备案信息如何设置? #163

Open LJYes opened 4 years ago

LJYes commented 4 years ago

image 由于网站域名需要备案,所以要在页脚下按要求填写备案号及链接到备案首页,请问要添加到哪个位置?如何设置?

Senorui commented 4 years ago

在home.ejs的末尾添加

<footer style="position:absolute; bottom: 2%;left: 50%;transform: translateX(-50%);">
  <a style="font-size:12px; color:#6C6C6C" target="_blank">© 2018-2020  <%= config.author %> | <a style="font-size:12px; color:#00e676" target="_blank" href="http://www.miitbeian.gov.cn/" rel="nofollow">萌ICP备20205201号</a></footer>

具体修改就欧克。

ddkk3000 commented 2 years ago

我也没找到方法让备案信息在每个页面上显示。