Files
hexo-theme-butterfly/layout/includes/header/social.pug
2023-03-30 17:11:59 +08:00

4 lines
280 B
Plaintext

each url, icon in theme.social
a.social-icon(href=url_for(trim(url.split('||')[0])) target="_blank"
title=url.split('||')[1] === undefined ? '' : trim(url.split('||')[1]))
i(class=icon style=url_for(trim(url.split('||')[2]) === undefined ? '' : trim(url.split('||')[2])))