diff --git a/_config.butterfly.yml b/_config.butterfly.yml index 9d5b7629..5b1eba01 100644 --- a/_config.butterfly.yml +++ b/_config.butterfly.yml @@ -427,8 +427,9 @@ crisp: footer: owner: enable: true - since: 2020 + since: custom_text: 豫ICP备 2022020326号 + record_info: 用心感受世界 copyright: false # Copyright of theme and framework 主题和框架的版权 # Analysis diff --git a/themes/butterfly/layout/includes/footer.pug b/themes/butterfly/layout/includes/footer.pug index 4d2ae791..1ec34957 100644 --- a/themes/butterfly/layout/includes/footer.pug +++ b/themes/butterfly/layout/includes/footer.pug @@ -15,3 +15,5 @@ a(href='https://github.com/jerryc127/hexo-theme-butterfly')= 'Butterfly' if theme.footer.custom_text .footer_custom_text!=`${theme.footer.custom_text}` + if theme.footer.record_info + .footer_record_info!='${theme.footer.record_info}'