mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-08 12:07:06 +08:00
8 lines
343 B
Plaintext
8 lines
343 B
Plaintext
each url, icon in theme.social
|
|
-
|
|
const [link, title, color] = url.split('||').map(i => trim(i))
|
|
const href = url_for(link)
|
|
const iconStyle = color ? `color: ${color.replace(/[\'\"]/g, '')};` : ''
|
|
const iconTitle = title || ''
|
|
a.social-icon(href=href target="_blank" title=iconTitle)
|
|
i(class=icon style=iconStyle) |