hexo/node_modules/hexo-theme-butterfly/layout/includes/widget/card_bottom_self.pug

10 lines
310 B
Plaintext
Raw Normal View History

2023-10-03 11:14:36 +08:00
if site.data.widget && site.data.widget.bottom
each item in site.data.widget.bottom
.card-widget(class=item.class_name id=item.id_name style=item.order ? `order: ${item.order}` : '')
.item-headline
i(class=item.icon)
span=item.name
.item-content
!=item.html