mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
21 lines
465 B
Plaintext
21 lines
465 B
Plaintext
if theme.aside.card_author
|
|
include widget/card_author.pug
|
|
|
|
if theme.aside.card_announcement
|
|
include widget/card_announcement.pug
|
|
|
|
if theme.aside.card_recent_post
|
|
include widget/card_recent_post.pug
|
|
|
|
if theme.aside.card_categories
|
|
include widget/card_categories.pug
|
|
|
|
if theme.aside.card_tags
|
|
include widget/card_tags.pug
|
|
|
|
if theme.aside.card_archives
|
|
include widget/card_archives.pug
|
|
|
|
if theme.aside.card_webinfo
|
|
include widget/card_webinfo.pug
|
|
|