实验室链接

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
@@ -19,11 +19,11 @@
</section>
<% } %>
<% if (theme.friends.enable && theme.friends['list']) { %>
<!-- 友情链接 -->
<% if (theme.links.enable && theme.links['list']) { %>
<!-- 常用链接 -->
<section class="widget">
<h3 class="widget-hd"><strong>友情链接</strong></h3>
<%- partial('_widget/friend_links') %>
<h3 class="widget-hd"><strong>常用链接</strong></h3>
<%- partial('_widget/links') %>
</section>
<% } %>
</aside>