Hexo使用Butterfly主题配置页脚网站运行实时时间
Hexo使用Butterfly主题配置页脚网站运行实时时间一、找配置文件寻找/node_modules/hexo-theme-butterfly/layout/includes/footer.pug文件,添加完之后已经成功了,但是在左下角 里面的代码直接全部替换为 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566- const { nav, owner, copyright, custom_text } = theme.footerif nav .footer-flex for block in nav .footer-flex-items(style=`${ block.width ? 'flex-grow:' + block.width : ''...




