mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
29 lines
752 B
Plaintext
29 lines
752 B
Plaintext
.flink
|
|
each i in site.data.link
|
|
p.comment-word= i.class_name
|
|
.post-cards
|
|
ul.md-links
|
|
each item in i.link_list
|
|
li.md-links-item
|
|
a(href=item.link title=item.name target="_blank")
|
|
img.lozad(data-src=item.avatar alt=item.name onerror=`onerror=null;src='${theme.lodding_bg.flink}'` height="72px")
|
|
div(class="md-links-title")= item.name
|
|
<br/>
|
|
div(class="md-links-des")=item.descr
|
|
|
|
hr
|
|
div
|
|
p(style="font-size:15px;font-weight:bold")= theme.Flink.info_headline
|
|
ul
|
|
li= theme.Flink.name
|
|
li= theme.Flink.address
|
|
li= theme.Flink.avatar
|
|
li= theme.Flink.info
|
|
|
|
hr
|
|
.comment_int
|
|
p.comment-word= theme.Flink.comment
|
|
|
|
|
|
|