修改 footer. pug
文件
修改 themes/butterfly/layout/includes/footer. pug
文件,
改动一
将以下内容
©${theme.footer.owner.since} - ${nowYear} By ${config.author}
修改为
©${theme.footer.owner.since} - ${nowYear + ' '} <i id="heartbeat" class="fa fas fa-heartbeat"></i> ${config.author}
改动二
将以下内容
©${nowYear} By ${config.author}
修改为
©${nowYear + ' '} <i id="heartbeat" class="fa fas fa-heartbeat"></i> ${config.author}
插入 CSS 文件
将以下内容添加到主题配置的 <head></head>
标签内:
<link rel="stylesheet" href="https://fastly.jsdelivr.net/gh/HCLonely/images@master/others/heartbeat.min.css">