删去 butterfly 的在页脚标识

这个太丑了,因此删去

找到

"\themes\butterfly\layout\includes\footer.pug"

改成

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#footer-wrap
if theme.footer.owner.enable
- var now = new Date()
- var nowYear = now.getFullYear()
if theme.footer.owner.since && theme.footer.owner.since != nowYear
.copyright!= `©${theme.footer.owner.since} - ${nowYear} By ${config.author}`
else
.copyright!= `©${nowYear} By ${config.author}`
//- if theme.footer.copyright
//- .framework-info
//- span= _p('footer.framework') + ' '
//- a(href='https://hexo.io')= 'Hexo'
//- span.footer-separator |
//- span= _p('footer.theme') + ' '
//- a(href='https://github.com/jerryc127/hexo-theme-butterfly')= 'Butterfly'
//- if theme.footer.custom_text
//- .footer_custom_text!=`${theme.footer.custom_text}`