mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
Update footer.pug
This commit is contained in:
@@ -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
|
||||
span=theme.footer.ICP.text
|
||||
|
||||
Reference in New Issue
Block a user