From 6d0931eb9ca43d3ef3ef165ec887e946462b142b Mon Sep 17 00:00:00 2001 From: Akira Lin <64728373+SerokSSR@users.noreply.github.com> Date: Wed, 22 Jul 2020 15:37:29 +0800 Subject: [PATCH] Update footer.pug --- layout/includes/footer.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/includes/footer.pug b/layout/includes/footer.pug index 0d7388d..1016589 100644 --- a/layout/includes/footer.pug +++ b/layout/includes/footer.pug @@ -16,10 +16,10 @@ a(href='https://github.com/jerryc127/hexo-theme-butterfly') span Butterfly if theme.footer.custom_text - .footer.custom_text!=`${theme.footer.custom_text}` + .footer_custom_text!=`${theme.footer.custom_text}` if theme.footer.ICP.enable .icp a(href=theme.footer.ICP.url) if theme.footer.ICP.icon img.icp-icon(src=url_for(theme.footer.ICP.icon)) - span=theme.footer.ICP.text \ No newline at end of file + span=theme.footer.ICP.text