File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 < % getList (group .items ).forEach (function (item ){ % >
1919 < % if (item .url && item .title ) { % >
2020 < a class = ' friend-card'
21- target= " _blank" rel= " external noopener noreferrer" href= " <%- url_for(item.url || '/') %>" >
21+ target= " _blank" rel= " external noopener noreferrer" href= " <%- url_for(item.url || '/') %>" style = " background-color: <%- item.color %> " >
2222 < div class = ' friend-left' >
2323 < % if (item .avatar ) { % >
2424 < img class = ' avatar' src= ' <%- item.avatar || (theme.plugins.lazyload && theme.plugins.lazyload.loadingImg) %>' / >
4747 < div class = ' simpleuser-group' >
4848 < % getList (group .items ).forEach (function (item ){ % >
4949 < % if (item .url && item .title ) { % >
50- < a class = " simpleuser" target= " _blank" rel= " external noopener noreferrer" href= " <%- url_for(item.url || '/') %>" >
50+ < a class = " simpleuser" target= " _blank" rel= " external noopener noreferrer" href= " <%- url_for(item.url || '/') %>" style = " background-color: <%- item.color %> " >
5151 < img src= " <%- item.avatar || (theme.plugins.lazyload && theme.plugins.lazyload.loadingImg) %>" / >
5252 < span>< %- item .title % >< / span>
5353 < / a>
You can’t perform that action at this time.
0 commit comments