2022/08/24 周三 19:24:17.42

main
xuma 2 years ago
parent 3b8c9c0f70
commit 22a1b9b36c
  1. 3
      _config.butterfly.yml
  2. 2
      themes/butterfly/layout/includes/footer.pug

@ -427,8 +427,9 @@ crisp:
footer: footer:
owner: owner:
enable: true enable: true
since: 2020 since:
custom_text: <a href="https://beian.miit.gov.cn"><img class="icp-icon"><span>豫ICP备 2022020326号</span></a> custom_text: <a href="https://beian.miit.gov.cn"><img class="icp-icon"><span>豫ICP备 2022020326号</span></a>
record_info: 用心感受世界
copyright: false # Copyright of theme and framework 主题和框架的版权 copyright: false # Copyright of theme and framework 主题和框架的版权
# Analysis # Analysis

@ -15,3 +15,5 @@
a(href='https://github.com/jerryc127/hexo-theme-butterfly')= 'Butterfly' a(href='https://github.com/jerryc127/hexo-theme-butterfly')= 'Butterfly'
if theme.footer.custom_text if theme.footer.custom_text
.footer_custom_text!=`${theme.footer.custom_text}` .footer_custom_text!=`${theme.footer.custom_text}`
if theme.footer.record_info
.footer_record_info!='${theme.footer.record_info}'

Loading…
Cancel
Save