You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
301 B
10 lines
301 B
9 months ago
|
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
|
||
|
|