From 22a1b9b36c709088f6c9e35329e593588a367dfd Mon Sep 17 00:00:00 2001 From: xuma Date: Wed, 24 Aug 2022 19:24:17 +0800 Subject: [PATCH] =?UTF-8?q?2022/08/24=20=E5=91=A8=E4=B8=89=2019:24:17.42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.butterfly.yml | 3 ++- themes/butterfly/layout/includes/footer.pug | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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}'