mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
2. Feature: 增加頁面排版,可選擇把右邊欄放在左邊 3. Feature: 增加 Note (Bootstrap Callout) (移植於next主題) 4. Feature: 手機上能夠查看TOC 5. Feature: 增加直達評論按鈕 6. Fix: 修復post頁在寬度1024px下的顯示bug 7. Fix: 修復代碼框部分語言沒有顯示正確的代碼語言 8. Fix: 修復設置裏把Disqus註釋掉無法運行的bug
32 lines
904 B
Plaintext
32 lines
904 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")
|
|
if theme.lazyload.enable
|
|
img.lozad(data-src=item.avatar onerror=`onerror=null;src='${theme.lodding_bg.flink}'` height="72px")
|
|
else
|
|
img(src=item.avatar 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
|
|
|
|
|
|
|