mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
12 lines
492 B
Plaintext
12 lines
492 B
Plaintext
.card-widget.card-archives
|
|
.card-content
|
|
.item-headline
|
|
i.fas.fa-archive
|
|
span= _p('aside.card_archives')
|
|
|
|
- let type = theme.aside.card_archives.type || 'monthly'
|
|
- let format = theme.aside.card_archives.format || 'MMMM YYYY'
|
|
- let order = theme.aside.card_archives.order || -1
|
|
- let limit = theme.aside.card_archives.limit === 0 ? 0 : theme.aside.card_archives.limit || 8
|
|
!= aside_archives({ type:type, format: format, order: order, limit: limit })
|