实验室链接

This commit is contained in:
结发受长生
2018-05-25 11:53:42 +08:00
parent afe8229f86
commit ec821a56c5
4 changed files with 18 additions and 22 deletions
@@ -1,8 +0,0 @@
<!-- 友情链接 -->
<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>
@@ -0,0 +1,8 @@
<!-- 常用链接 -->
<ul class="widget-bd">
<% for (var i in theme.links['list']) { %>
<li>
<a href="<%= theme.links.list[i].link %>" target="<%= theme.links.list[i].target || '_blank' %>" ><%= theme.links.list[i].name %></a>
</li>
<% } %>
</ul>