2018-05-17 17:29:42 +08:00

8 lines
265 B
Plaintext

<!-- 友情链接 -->
<ul class="widget-bd">
<% for (var i in theme.friends['list']) { %>
<li>
<a href="<%= list[i].link %>" target="_blank" title="<%= theme.friends['list'][i].title %>"><%= theme.friends['list'][i].name %></a>
</li>
<% } %>
</ul>