mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
Add a flag for allowing to disable aside.card_author.button
This commit is contained in:
@@ -27,9 +27,10 @@
|
|||||||
.headline= _p('aside.categories')
|
.headline= _p('aside.categories')
|
||||||
.length_num= site.categories.length
|
.length_num= site.categories.length
|
||||||
|
|
||||||
a#card-info-btn.button--animated(href=theme.aside.card_author.button.link)
|
if theme.aside.card_author.button.enable
|
||||||
i(class=theme.aside.card_author.button.icon)
|
a#card-info-btn.button--animated(href=theme.aside.card_author.button.link)
|
||||||
span=theme.aside.card_author.button.text
|
i(class=theme.aside.card_author.button.icon)
|
||||||
|
span=theme.aside.card_author.button.text
|
||||||
|
|
||||||
if(theme.social)
|
if(theme.social)
|
||||||
.card-info-social-icons.is-center
|
.card-info-social-icons.is-center
|
||||||
|
|||||||
Reference in New Issue
Block a user