mirror of
https://github.com/tangkunyin/hexo-theme-jsimple.git
synced 2026-01-25 14:56:28 +00:00
8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
<% for (let snsKey in theme.middleCover.sns){ %>
|
|
<div class="btn btn-<%= snsKey %>">
|
|
<a href="<%= theme.middleCover.sns[snsKey] %>" title="<%= snsKey %>" rel="external nofollow noopener" target="_blank">
|
|
<i class="fa fa-<%= snsKey %>"></i>
|
|
</a>
|
|
</div>
|
|
<% } %>
|